Class: ActiveMerchant::Billing::OgoneResponse
- Defined in:
- lib/active_merchant/billing/gateways/ogone.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
Methods inherited from Response
#failure?, #fraud_review?, #initialize, #success?, #test?
Constructor Details
This class inherits a constructor from ActiveMerchant::Billing::Response
Instance Method Details
#billing_id ⇒ Object
476 477 478 |
# File 'lib/active_merchant/billing/gateways/ogone.rb', line 476 def billing_id @params['ALIAS'] end |
#order_id ⇒ Object
472 473 474 |
# File 'lib/active_merchant/billing/gateways/ogone.rb', line 472 def order_id @params['orderID'] end |