# File lib/active_merchant/billing/gateways/secure_pay_au.rb, line 69
      def credit(money, reference, options = {})
        deprecated CREDIT_DEPRECATION_MESSAGE
        refund(money, reference)
      end