Method: ActiveMerchant::Billing::PayflowExpressGateway#credit

Defined in:
lib/active_merchant/billing/gateways/payflow_express.rb

#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, options = {})
  ActiveMerchant.deprecated CREDIT_DEPRECATION_MESSAGE
  refund(money, identification, options)
end