lib/active_merchant/billing/gateways/paybox_direct.rb in activemerchant-1.13.0 vs lib/active_merchant/billing/gateways/paybox_direct.rb in activemerchant-1.14.0
- old
+ new
@@ -97,10 +97,10 @@
post[:dateval] = '0000'
commit('void', options[:amount], post)
end
def credit(money, identification, options = {})
- warn CREDIT_DEPRECATION_MESSAGE
+ deprecated CREDIT_DEPRECATION_MESSAGE
refund(money, identification, options)
end
def refund(money, identification, options = {})
post = {}