Class: ActiveMerchant::Billing::EwayManagedGateway::EwayResponse
- Inherits:
-
Response
- Object
- Response
- ActiveMerchant::Billing::EwayManagedGateway::EwayResponse
- Defined in:
- lib/active_merchant/billing/gateways/eway_managed.rb
Instance Attribute Summary
Attributes inherited from Response
#authorization, #avs_result, #cvv_result, #emv_authorization, #error_code, #message, #network_transaction_id, #params, #test
Instance Method Summary collapse
-
#token ⇒ Object
add a method to response so we can easily get the eway token “ManagedCustomerID”.
Methods inherited from Response
#failure?, #fraud_review?, #initialize, #success?, #test?
Constructor Details
This class inherits a constructor from ActiveMerchant::Billing::Response
Instance Method Details
#token ⇒ Object
add a method to response so we can easily get the eway token “ManagedCustomerID”
283 284 285 |
# File 'lib/active_merchant/billing/gateways/eway_managed.rb', line 283 def token @params['CreateCustomerResult'] end |