We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/wp-pay-gateways/mollie/blob/a65e919f6228483c5672be6bdfdb3ae64342975f/src/Gateway.php#L463-L464
When we make these create payment requests asynchronous it's easier to retry them?
429
https://docs.mollie.com/overview/handling-errors
I also mentioned Mollie error handling als in this issue: #188 (comment).
The follow-up payments that could not be started could be put in a queue.
Maybe https://actionscheduler.org/ (#253) can help us to make it easier to reschedule those actions.
The text was updated successfully, but these errors were encountered:
Possibly related / for reference:
Sorry, something went wrong.
Nice catch, i didn't know the term idempotent:
idempotent
We have (partly) implemented this in https://github.com/wp-pay-gateways/mollie/blob/19a60e2d5ad3ee8ca7466f0cad78d666d59179d1/src/Gateway.php#L450-L494. In case of exceptions in checking/creating a Mollie user or mandate, there may still be room for improvement.
remcotolsma
rvdsteege
No branches or pull requests
https://github.com/wp-pay-gateways/mollie/blob/a65e919f6228483c5672be6bdfdb3ae64342975f/src/Gateway.php#L463-L464
When we make these create payment requests asynchronous it's easier to retry them?
429
https://docs.mollie.com/overview/handling-errors
I also mentioned Mollie error handling als in this issue: #188 (comment).
Maybe https://actionscheduler.org/ (#253) can help us to make it easier to reschedule those actions.
The text was updated successfully, but these errors were encountered: