bancomer-active_merchant 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/active_merchant/bancomer/helper.rb +1 -1
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.4
|
@@ -12,7 +12,7 @@ module ActiveMerchant #:nodoc:
|
|
12
12
|
add_field('Ds_Merchant_Order', format_order_number(order))
|
13
13
|
add_field('Ds_Merchant_MerchantCode', account)
|
14
14
|
add_field('Ds_Merchant_Terminal', 1)
|
15
|
-
add_field('Ds_Merchant_Amount', options[:amount].to_money.cents)
|
15
|
+
add_field('Ds_Merchant_Amount', options[:amount].to_money.cents.to_i)
|
16
16
|
end
|
17
17
|
|
18
18
|
# Limited to 12 digits max
|