Method: ActiveMerchant::Billing::PayflowExpressGateway#credit
- Defined in:
- lib/active_merchant/billing/gateways/payflow_express.rb
permalink #credit(money, identification, options = {}) ⇒ Object
[View source] [View on GitHub]
86 87 88 89 |
# File 'lib/active_merchant/billing/gateways/payflow_express.rb', line 86 def credit(money, identification, = {}) ActiveMerchant.deprecated CREDIT_DEPRECATION_MESSAGE refund(money, identification, ) end |