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] Plugin overrides stardart Sylius behaviour that breaks custom Sylius installation #330

Open
dbalabka opened this issue Dec 18, 2024 · 0 comments
Labels

Comments

@dbalabka
Copy link

dbalabka commented Dec 18, 2024

SyliusPayPalPlugin version affected: 1.7

Description
I've found that the plugin overrides some of the standard Sylius behaviour that conflicts with already existing customization.

There are a few tickets that report the same issue:

  1. [Bug] Default Payment Method #302
  2. Got 500 in select payment #154
  3. [Bug] Remove final from controller #301

Possible Solution

  1. I propose changing the way the plugin integrates into Sylius and utilising the thin extension points instead of overriding Sylius's behaviour.
  2. An alternative solution might be providing the possibility of opting in to use overrides.
  3. Create a separate plugin that provides thinner Payum integration for Sylius
@dbalabka dbalabka added the Bug label Dec 18, 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