lib/active_merchant/billing/gateways/net_registry.rb in activemerchant-1.43.3 vs lib/active_merchant/billing/gateways/net_registry.rb in activemerchant-1.44.0
- old
+ new
@@ -102,10 +102,10 @@
add_request_details(params, options)
commit(:refund, params)
end
def credit(money, identification, options = {})
- deprecated CREDIT_DEPRECATION_MESSAGE
+ ActiveMerchant.deprecated CREDIT_DEPRECATION_MESSAGE
refund(money, identification, options)
end
# Specific to NetRegistry.
#