Class: ActiveMerchant::Billing::Integrations::TwoCheckout::Return
- Inherits:
-
Return
- Object
- Return
- ActiveMerchant::Billing::Integrations::TwoCheckout::Return
show all
- Defined in:
- lib/active_merchant/billing/integrations/two_checkout/return.rb
Instance Attribute Summary
Attributes inherited from Return
#params
Instance Method Summary
collapse
Methods inherited from Return
#initialize, #parse
Instance Method Details
#message ⇒ Object
10
11
12
|
# File 'lib/active_merchant/billing/integrations/two_checkout/return.rb', line 10
def message
end
|
#success? ⇒ Boolean
6
7
8
|
# File 'lib/active_merchant/billing/integrations/two_checkout/return.rb', line 6
def success?
params['credit_card_processed'] == 'Y'
end
|