lib/active_merchant/billing/gateways/pay_secure.rb in activemerchant-1.101.0 vs lib/active_merchant/billing/gateways/pay_secure.rb in activemerchant-1.102.0
- old
+ new
@@ -41,10 +41,10 @@
private
# Used for capturing, which is currently not supported.
def add_reference(post, identification)
auth, trans_id = identification.split(';')
- post[:authnum] = auth
+ post[:authnum] = auth
post[:transid] = trans_id
end
def add_amount(post, money)
post[:amount] = amount(money)