Method: ActiveMerchant::Billing::UsaEpayAdvancedGateway#delete_customer_payment_method
- Defined in:
- lib/active_merchant/billing/gateways/usa_epay_advanced.rb
#delete_customer_payment_method(options = {}) ⇒ Object
Delete one the payment methods belonging to a customer
Required
-
:customer_number -
:method_id
547 548 549 550 551 552 |
# File 'lib/active_merchant/billing/gateways/usa_epay_advanced.rb', line 547 def delete_customer_payment_method( = {}) requires! , :customer_number, :method_id request = build_request(__method__, ) commit(__method__, request) end |