Work around the issue that the initial return from DirecPay is always either SUCCESS or FAIL, there is no PENDING
# File lib/active_merchant/billing/integrations/direc_pay/return.rb, line 24 24: def treat_failure_as_pending(post_data) 25: post_data.sub(/FAIL/, 'PENDING') 26: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.