class ActiveMerchant::Billing::EwayManagedGateway::EwayResponse

Public Instance Methods

token() click to toggle source

add a method to response so we can easily get the eway token “ManagedCustomerID”

# File lib/active_merchant/billing/gateways/eway_managed.rb, line 284
def token
  @params['CreateCustomerResult']
end