Class/Module Index [+]

Quicksearch

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

Constants

CODES
SUCCESS

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.