lib/active_merchant/billing/gateways/netbanx.rb in activemerchant-1.101.0 vs lib/active_merchant/billing/gateways/netbanx.rb in activemerchant-1.102.0
- old
+ new
@@ -128,11 +128,11 @@
post[:card][:cardNum] = credit_card.number
post[:card][:holderName] = credit_card.name
post[:card][:cvv] = credit_card.verification_value
post[:card][:cardExpiry] = expdate(credit_card)
- post[:authentication] = map_3ds(options[:three_d_secure]) if options[:three_d_secure]
- post[:card][:billingAddress] = map_address(options[:billing_address]) if options[:billing_address]
+ post[:authentication] = map_3ds(options[:three_d_secure]) if options[:three_d_secure]
+ post[:card][:billingAddress] = map_address(options[:billing_address]) if options[:billing_address]
end
def add_invoice(post, money, options)
post[:amount] = amount(money)
add_order_id(post, options)