lib/active_merchant/billing/gateways/bpoint.rb in activemerchant-1.103.0 vs lib/active_merchant/billing/gateways/bpoint.rb in activemerchant-1.104.0

- old
+ new

@@ -238,11 +238,10 @@ { authorization: params[authorization_key], test: gateway.test? } end end class ProcessPaymentResponse < BPointResponse - private def authorization_key :ProcessPaymentResult_TransactionNumber end @@ -255,10 +254,9 @@ params[:ProcessPaymentResult_AuthorisationResult] || params[:response_ResponseMessage] end end class AddTokenResponse < BPointResponse - private def authorization_key :AddTokenResult_Token end