-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(adyen): Handle Adyen::AuthenticationError when creating the custo…
…mer (#2820) ## Description This Pull Request adds the handling of `Adyen::AuthenticationError` in the `PaymentProviderCustomers::AdyenService#create` method. It will keep delivering an error webhook, but will not raise the authentication error anymore as nothing can be handled at Lago's level. NOTE: In a future, the related `PaymentProvider` should marked as failed/disconnected/invalid and the error logged to make it visible in the web application and in the API
- Loading branch information
1 parent
3b851d9
commit 360e224
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters