odoo/odoo#84150
Created by Morgane Demesmaeker
Merged
at a6a8a669b973c2a54227d3a8337de92750afc33f
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
Linked pull requests
- label
- odoo-dev:15.0-stripe_asynchronous_update-edm
- head
- 0e7ae37ab2618e8a493e0aefa0a1a3e6d1fdf122
- merged
- 4 years ago by Sales, Antoine Vandevenne (anv)
| odoo/odoo | odoo/upgrade | |
|---|---|---|
| master | #84150 | #3350 |
[IMP] payment_stripe: manage async notifications
Some payments may be confirmed asynchronously, and we need to be aware
of their status, even if they are not in a "checkout session complete"
event.
see also:
- odoo/upgrade#3350
- odoo/documentation#1605