[IMP] payment_paypal: add payment methods - #5233
Open
livaios wants to merge 1 commit into
Open
Conversation
|
This PR targets the un-managed branch odoo-dev/odoo:master-paypal-add-oauth-leker, it needs to be retargeted before it can be merged. |
|
This PR targets the un-managed branch odoo-dev/odoo:master-paypal-add-oauth-leker, it needs to be retargeted before it can be merged. |
livaios
force-pushed
the
master-paypal-add-methods-leker
branch
2 times, most recently
from
August 14, 2026 07:28
650c5f2 to
a5bc66b
Compare
livaios
force-pushed
the
master-paypal-add-methods-leker
branch
6 times, most recently
from
August 14, 2026 10:08
defbbef to
f2ddd83
Compare
lkerroum
force-pushed
the
master-paypal-add-methods-leker
branch
2 times, most recently
from
August 17, 2026 10:36
5df11c1 to
4a05e32
Compare
livaios
commented
Aug 17, 2026
lkerroum
force-pushed
the
master-paypal-add-methods-leker
branch
from
August 17, 2026 13:44
4a05e32 to
e33a79b
Compare
lkerroum
reviewed
Aug 18, 2026
lkerroum
force-pushed
the
master-paypal-add-methods-leker
branch
3 times, most recently
from
August 19, 2026 15:38
c2d7015 to
dca40ef
Compare
livaios
marked this pull request as ready for review
August 20, 2026 15:08
|
This PR targets the un-managed branch odoo-dev/odoo:master-paypal-add-oauth-leker, it needs to be retargeted before it can be merged. |
AntoineVDV
force-pushed
the
master-paypal-add-methods-leker
branch
from
September 3, 2026 14:48
dca40ef to
7f4f3a2
Compare
AntoineVDV
force-pushed
the
master-paypal-add-methods-leker
branch
from
September 4, 2026 08:07
7f4f3a2 to
7500856
Compare
livaios
force-pushed
the
master-paypal-add-methods-leker
branch
from
September 7, 2026 09:35
610fa88 to
508b23d
Compare
We currently only support PayPal Wallet, but PayPal can also be integrated as a regular payment provider, offering many payment methods, and worldwide coverage. In this commit, we add the following payment methods: - Via PayPal's JS SDK: Pay Later, Venmo, and Advanced Credit and Debit Cards. - Via Orders API: Bancontact, BLIK, EPS, iDEAL, Multibanco, MyBank, Przelewy24, and Trustly. We also migrate PayPal Wallet integration from JS SDK to Orders API to uniformize the look of payment methods through different payment providers. task-6090080
livaios
force-pushed
the
master-paypal-add-methods-leker
branch
from
September 7, 2026 12:01
907e9d8 to
15291f7
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We currently only support PayPal Wallet, but PayPal can also be integrated as a regular payment provider, offering many payment methods and worldwide coverage.
In this commit, we add the following payment methods:
We also migrate PayPal Wallet integration from JS SDK to Orders API to uniformize the look of payment methods through different payment providers.
task-6090080