lib/active_merchant/billing/gateways/allied_wallet.rb in activemerchant-1.101.0 vs lib/active_merchant/billing/gateways/allied_wallet.rb in activemerchant-1.102.0

- old
+ new

@@ -111,10 +111,10 @@ post[:addressLine1] = billing_address[:address1] post[:addressLine2] = billing_address[:address2] post[:city] = billing_address[:city] post[:state] = billing_address[:state] post[:countryId] = billing_address[:country] - post[:postalCode] = billing_address[:zip] + post[:postalCode] = billing_address[:zip] post[:phone] = billing_address[:phone] end end def add_reference(post, authorization, action)