Method: ActiveMerchant::Billing::Integrations::HiTrust::Return#success?
- Defined in:
- lib/active_merchant/billing/integrations/hi_trust/return.rb
#success? ⇒ Boolean
56 57 58 |
# File 'lib/active_merchant/billing/integrations/hi_trust/return.rb', line 56 def success? params['retcode'] == SUCCESS end |