-
-
Notifications
You must be signed in to change notification settings - Fork 378
Conversation
Added a check in billing controller to redirect to the home route if no charge ID is provided. Fix issue gnikyt#1174
Thanks for looking into this @usmanpakistan it was on my list this week so was happy to see someone else providing a solution 💪 i've run the tests and a couple are failing, can you please take a look and fix. One of them is a composer allowed plugins, which probably just needs to be added into the composer.json as an allowed plugin. I'll create a PR to fix this error. |
My PR #1194 should fix the issue with the normalize plugin. |
if you pull in master, it should fix the issue with the allowed plugins error but you'll need to fix the linting issue still. |
@osiset - this is the other breaking change which will get an app rejected. @usmanpakistan got part the way there but have finished it off and added a test so i can merge this into master today (if you can take a look) and then it can go with release v17.2.0 |
@Kyon147 Will look in an hour, thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Kyon147 All good.
Added a check in billing controller to redirect to the home route if no charge ID is provided. Fix issue #1174