Class: ActiveMerchant::Billing::BeanstreamInteracResponse
- Defined in:
- lib/active_merchant/billing/gateways/beanstream_interac.rb
Instance Attribute Summary
Attributes inherited from Response
#authorization, #avs_result, #cvv_result, #message, #params, #test
Instance Method Summary collapse
Methods inherited from Response
#fraud_review?, #initialize, #success?, #test?
Constructor Details
This class inherits a constructor from ActiveMerchant::Billing::Response
Instance Method Details
#redirect ⇒ Object
6 7 8 |
# File 'lib/active_merchant/billing/gateways/beanstream_interac.rb', line 6 def redirect params['pageContents'] end |