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

- old
+ new

@@ -139,11 +139,11 @@ end def unstore(authorization, options = {}) account_id, profile_id = authorization.split('|') commit('profile', {}, - verb: :delete, - path: "/#{profile_id}/#{account_id}/#{@options[:merchant_id]}") + verb: :delete, + path: "/#{profile_id}/#{account_id}/#{@options[:merchant_id]}") end def supports_scrubbing? true end