lib/active_merchant/billing/gateways/card_connect.rb in activemerchant-1.93.0 vs lib/active_merchant/billing/gateways/card_connect.rb in activemerchant-1.94.0

- old
+ new

@@ -265,9 +265,10 @@ (@options[:domain] || live_url) + action + path end end def commit(action, parameters, verb: :put, path: '') + parameters[:frontendid] = application_id parameters[:merchid] = @options[:merchant_id] url = url(action, path) response = parse(ssl_request(verb, url, post_data(parameters), headers)) Response.new(