Class: ActiveMerchant::Billing::OgoneResponse

Inherits:
Response
  • Object
show all
Defined in:
lib/active_merchant/billing/gateways/ogone.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

#billing_idObject



429
430
431
# File 'lib/active_merchant/billing/gateways/ogone.rb', line 429

def billing_id
  @params['ALIAS']
end

#order_idObject



425
426
427
# File 'lib/active_merchant/billing/gateways/ogone.rb', line 425

def order_id
  @params['orderID']
end