Nahid Bin Azhar
Nahid Bin Azhar
Thank you @me-shaon bhai for finding this out. Insha'Allah I'll update it.
Please share the exact json data
@me-shaon it'll be complicated if we support the legacy PHP versions. So I think we should remove old PHP versions support from this package and PHP 7.1 should be minimum...
Is there any need to add `verify.shopify` middleware to the `usage_charge` route when we pass the `shop` param with the URL?
I'll let you know after checking
Also, need to add the `AppUninstalled`, `PlanPurchased`, and `PlanChanged` events. @osiset and @Kyon147
@osiset Thanks, got it. I think the `AfterAuthenticate` job feature should be deprecated in the next version but legacy support is required up to a certain version. It can be...
Thank you @osiset, I'll make a PR with these changes ASAP.
@bilfeldt exactly, if someone wants to run `Listener` immediately, just ignore the `ShouldQueue` implementation
Just comment these two line from `app/Providers/PartialsServiceProvider.php` and and try again. After complete composer install and database migration then uncomment both line and save. ``` $this->sidebarCategory(); $this->adminHeader(); ```