Luke Walsh
Luke Walsh
Hi @tanseercena You are right, I've also recently created an app extension using the shopify CLI. For the embed, it would not require an update to the package. As the...
Theme extension support has been added in `17.2.0` and the Shopify CLI can be used to scaffold it into the package quite easily.
hi @npabisz Good catch, are you up for creating a PR with a potential solution?
@ItsGageH - Thanks for the PR Can you pull in the changes from master that fixes the tests please
Thanks @ItsGageH merging in.
Your eloquent query looks like it is missing the operator. Try `User::where('name', '=', $record->shopname)->first();`
I don't know the requirements for a payment app but a quick look on https://shopify.dev/apps/payments#how-payments-apps-work there's a lot of stuff around PCI so you'd need to make your own decision...
Hi @sandyrewa You have set up your web.php correctly? Can you provide more detail into the issue you are facing.
Hi @sandyrewa As @enmaboya mentioned, v17 uses JWT tokens and that `authenticate/token` route is what grabs the token. It needs to happen on every page change to make sure we...
Closing stale issue, reopen if problem persists.