[IMP] payment_paypal: add payment methods - #5233
Open
livaios wants to merge 3 commits 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
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
5 times, most recently
from
August 14, 2026 10:08
d05b2ef to
defbbef
Compare
[IMP] payment_paypal: remove paypal_type leftover from IPN The field paypal_type was always set as CAPTURE since it is the supported flow. It was only used for debugging and the reference documentation link is no longer found. Since the IPN integration was deprecated.
livaios
force-pushed
the
master-paypal-add-methods-leker
branch
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
2 times, most recently
from
August 18, 2026 11:42
a30787b to
c2d7015
Compare
lkerroum
force-pushed
the
master-paypal-add-methods-leker
branch
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. |
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