lib/active_merchant/billing/gateways/qbms.rb in activemerchant-1.86.0 vs lib/active_merchant/billing/gateways/qbms.rb in activemerchant-1.87.0
- old
+ new
@@ -99,10 +99,10 @@
# * <tt>options</tt> -- A hash of parameters.
#
#
def credit(money, identification, options = {})
ActiveMerchant.deprecated CREDIT_DEPRECATION_MESSAGE
- refund(money, identification, options = {})
+ refund(money, identification, {})
end
def refund(money, identification, options = {})
commit(:refund, money, options.merge(:transaction_id => identification))
end