lib/active_merchant/billing/gateways/commercegate.rb in activemerchant-1.105.0 vs lib/active_merchant/billing/gateways/commercegate.rb in activemerchant-1.106.0

- old
+ new

@@ -72,11 +72,11 @@ add_address(post, options[:address]) post[:customerIP] = options[:ip] || '127.0.0.1' post[:amount] = amount(money) post[:email] = options[:email] || 'unknown@example.com' - post[:currencyCode]= options[:currency] || currency(money) - post[:merchAcct] = options[:merchant] + post[:currencyCode] = options[:currency] || currency(money) + post[:merchAcct] = options[:merchant] end def add_creditcard(params, creditcard) params[:firstName] = creditcard.first_name params[:lastName] = creditcard.last_name