lib/active_merchant/billing/gateways/quickpay/quickpay_v10.rb in activemerchant-1.86.0 vs lib/active_merchant/billing/gateways/quickpay/quickpay_v10.rb in activemerchant-1.87.0

- old
+ new

@@ -76,10 +76,10 @@ end def store(credit_card, options = {}) MultiResponse.run do |r| r.process { create_store(options) } - r.process { authorize_store(r.authorization, credit_card, options)} + r.process { authorize_store(r.authorization, credit_card, options) } end end def unstore(identification) commit(synchronized_path "/cards/#{identification}/cancel")