Class Index [+]

Quicksearch

ActiveMerchant::Billing::Integrations::HiTrust::Return

Constants

SUCCESS
CODES

Public Instance Methods

message() click to toggle source
    # File lib/active_merchant/billing/integrations/hi_trust/return.rb, line 60
60:           def message
61:             CODES[ params['retcode'] ]
62:           end
success?() click to toggle source
    # File lib/active_merchant/billing/integrations/hi_trust/return.rb, line 56
56:           def success?
57:             params['retcode'] == SUCCESS
58:           end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.