lib/active_merchant/billing/gateways/commercegate.rb in activemerchant-1.83.0 vs lib/active_merchant/billing/gateways/commercegate.rb in activemerchant-1.84.0

- old
+ new

@@ -74,10 +74,9 @@ 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] - end def add_creditcard(params, creditcard) params[:firstName] = creditcard.first_name params[:lastName] = creditcard.last_name