Monday, September 5, 2022
1 change · master
New functionality added to Odoo
Customers can now use express payment options like Apple Pay and Google Pay directly from the eCommerce cart when Stripe is configured. This makes checkout faster and more convenient, helping reduce friction before purchase while laying groundwork for future payment providers.
Original PR description
This commit enables eCommerce customers to pay with the express payment methods Apple Pay and Google Pay from the cart page. For the moment, only Stripe supports this additional feature but it was designed to make it easy to implement with a new provider. task-2754209 See also: - https://github.com/odoo/enterprise/pull/29915 - https://github.com/odoo/documentation/pull/2392