Method: ActiveMerchant::Billing::TrustCommerceGateway#credit

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

#credit(money, identification, options = {}) ⇒ Object



215
216
217
218
# File 'lib/active_merchant/billing/gateways/trust_commerce.rb', line 215

def credit(money, identification, options = {})
  ActiveMerchant.deprecated CREDIT_DEPRECATION_MESSAGE
  refund(money, identification, options)
end