Method: ActiveMerchant::Billing::PaypalExpressGateway#unstore

Defined in:
lib/active_merchant/billing/gateways/paypal_express.rb

#unstore(token, options = {}) ⇒ Object

[View source] [View on GitHub]

67
68
69
# File 'lib/active_merchant/billing/gateways/paypal_express.rb', line 67

def unstore(token, options = {})
  commit 'BAUpdate', build_cancel_billing_agreement_request(token)
end