it adds two new methods:
response
, to get the payment response.isSuccessful()
, to make easier to validate if the payment is executed successfully and avoid confusion betweenresponse()->successful
as the response state.
it adds two new methods:
response
, to get the payment response.isSuccessful()
, to make easier to validate if the payment is executed successfully and avoid confusion between response()->successful
as the response state.