Kyon147 / laravel-shopify

A full-featured Laravel package for aiding in Shopify App development
MIT License
336 stars 99 forks source link

Include "shop" in @sessionToken output (to fix POS session issue) #217

Closed tom-rice closed 9 months ago

tom-rice commented 9 months ago

Commit a3ba3fb0986fd61d4838bfea2ede561ae8b0043a added "host" to this output and largely fixed an issue I was having (discussed in issue #133 ) with losing the session after the first form submit, however I was still having the same issue when trying to use the app from within Shopify POS. Passing the shop parameter through as well fixed the form submit in Shopify POS.