- Issue created by @RedwanJamous
- Merge request !8Replace Stripe\Error\Base with Stripe\Exception\ApiErrorException → (Open) created by Unnamed author
- Issue was unassigned.
- Status changed to Needs review
9 months ago 10:49am 22 February 2024
Stripe\Error\Base
is no longer defined based on:
In some places we're catching Stripe\Error\Base
instead of Stripe\Exception\ApiErrorException
.
Try to add a new gateway and use invalid API keys, notice how the exception isn't caught.
Replace Stripe\Error\Base
with Stripe\Exception\ApiErrorException
.
Needs review
3.7
Code