Skip to content
New issue

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

[Bug] Default Payment Method #302

Open
migo315 opened this issue Oct 2, 2024 · 0 comments
Open

[Bug] Default Payment Method #302

migo315 opened this issue Oct 2, 2024 · 0 comments
Labels

Comments

@migo315
Copy link

migo315 commented Oct 2, 2024

SyliusPayPalPlugin version affected: 1.6.0

Description
Our customers can set their preferred payment method as the default payment method. We have written the code for this ourselves.

However, this conflicts with the PayPal Express Checkout, as it seems to assume that PayPal is always the default payment method. The checkout fails.

Steps to reproduce

  • Set payment in the current shopping cart to a payment method other than ‘PayPal’ (via the database)
  • Try PayPal Express Checkout

Possible Solution
Modify the CreatePayPalOrderFromCartAction so that the payment method is changed to PayPal?

@migo315 migo315 added the Bug label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant