Luke Walsh
Luke Walsh
Closing as a stale issue, reopen if you still have the problem
[Looks like a fix](https://github.com/osiset/laravel-shopify/blob/master/src/Http/Middleware/VerifyShopify.php#L503) was already implemented - so closing
@ashwin-nath-m and @folio3git - Have you enabled billing in your ENV?
From the error, you basically not passing over the ID for the plan itself `Illuminate\Http\Request given` instead the request is being passed. I've seen this issue before, when there's no...
Trying on php 8.1.2 I do see a deprecated warning that will need fixing PHP Deprecated: `Optional parameter $plan declared before required parameter $getPlanUrl is implicitly treated as a required...
Hey @bilal186 Can you try using [email protected] and see if the issue persists?
I believe this bug is on 8.1 - can you try 8.0 and see if it works @d-shannon
Yeah I believe on PHP8.1 optional parameters must be at the end of the method, which is why this gets flagged as an issue.
Hey @talktohenryj Yeah A PR with the fix needs to be done. I think i have seen another PR for another fix also tackable, of the top of my head...
Hi @DeveloperHashmi Easiest solution for now, drop to php version 8.0 not 8.1