Class: ActiveMerchant::Billing::PaystationResponse
- Defined in:
- lib/active_merchant/billing/gateways/paystation.rb
Instance Attribute Summary
Attributes inherited from Response
#authorization, #avs_result, #cvv_result, #message, #params, #test
Instance Method Summary collapse
-
#token ⇒ Object
add a method to response so we can easily get the token for Validate transactions.
Methods inherited from Response
#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 token for Validate transactions
193 194 195 |
# File 'lib/active_merchant/billing/gateways/paystation.rb', line 193 def token @params["future_payment_token"] end |