lib/active_merchant/billing/gateways/bpoint.rb in activemerchant-1.56.0 vs lib/active_merchant/billing/gateways/bpoint.rb in activemerchant-1.57.0

- old
+ new

@@ -250,10 +250,10 @@ def success? params[:ProcessPaymentResult_ResponseCode] == '0' end def message - params[:ProcessPaymentResult_AuthorisationResult] + params[:ProcessPaymentResult_AuthorisationResult] || params[:response_ResponseMessage] end end class AddTokenResponse < BPointResponse