0 Standard Payment 4 Refund 6 Client Reversal (Void) 10 Preauthorise 11 Preauth Complete (Advice)
# File lib/active_merchant/billing/gateways/secure_pay_au.rb, line 61 def capture(money, reference, options = {}) commit :capture, build_reference_request(money, reference) end
# File lib/active_merchant/billing/gateways/secure_pay_au.rb, line 69 def credit(money, reference, options = {}) deprecated CREDIT_DEPRECATION_MESSAGE refund(money, reference) end
# File lib/active_merchant/billing/gateways/secure_pay_au.rb, line 51 def purchase(money, credit_card, options = {}) requires!(options, :order_id) commit :purchase, build_purchase_request(money, credit_card, options) end
# File lib/active_merchant/billing/gateways/secure_pay_au.rb, line 65 def refund(money, reference, options = {}) commit :refund, build_reference_request(money, reference) end
Generated with the Darkfish Rdoc Generator 2.