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

- old
+ new

@@ -131,10 +131,10 @@ post[:billaddr1] = billing_address[:address1] post[:billaddr2] = billing_address[:address2] post[:billcity] = billing_address[:city] post[:billstate] = billing_address[:state] post[:billcountry] = billing_address[:country] - post[:bilzip] = billing_address[:zip] + post[:bilzip] = billing_address[:zip] post[:phone] = billing_address[:phone] end end def add_reference(post, authorization)