[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
Description
Remove payment handlers for security reasons and since there is no real-life situation that both of these handlers would be called. In my point of view this logic happens only inside the backend itself.
Checklist:
[ ] I have commented my code (or ChatGPT did), particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[x] My changes generate no new warnings, neither in my IDE nor in my browser
[ ] I have added tests that prove my fix is effective or that my feature works
Type of change
Description
Remove payment handlers for security reasons and since there is no real-life situation that both of these handlers would be called. In my point of view this logic happens only inside the backend itself.
Checklist: