Method: ActiveMerchant::Billing::UsaEpayAdvancedGateway#update_customer
- Defined in:
- lib/active_merchant/billing/gateways/usa_epay_advanced.rb
#update_customer(options = {}) ⇒ Object
Update a customer by replacing all of the customer details.
Required
-
:customer_number– customer to update
Options
* Same as add_customer
384 385 386 387 388 389 |
# File 'lib/active_merchant/billing/gateways/usa_epay_advanced.rb', line 384 def update_customer( = {}) requires! , :customer_number request = build_request(__method__, ) commit(__method__, request) end |