Skip to content

Commit

Permalink
Bump for another minor release 1.29.3
Browse files Browse the repository at this point in the history
* WorldPay: Fix currencies without fractions like JPY and HUF by rounding down amount
  • Loading branch information
Soleone committed Dec 7, 2012
1 parent 93b1c5e commit 79e7477
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
= ActiveMerchant CHANGELOG

== Version 1.29.3
== Version 1.29.3 (December 7, 2012)

* WorldPay: Fix currencies without fractions like JPY and HUF by rounding down amount [Soleone]

== Version 1.29.2 (December 7, 2012)

Expand Down
2 changes: 1 addition & 1 deletion lib/active_merchant/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveMerchant
VERSION = "1.29.2"
VERSION = "1.29.3"
end

0 comments on commit 79e7477

Please sign in to comment.