-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Labels
Description
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?
wadjeroudi