You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I tell which store the request came from?
that is, not to make it as rigid as in the example:
Class myShopify extends Controller
{
protected $shop = "example.myshopify.com"; <------------------------------------
How can I tell which store the request came from?
that is, not to make it as rigid as in the example:
Class myShopify extends Controller
{
protected $shop = "example.myshopify.com"; <------------------------------------
thanks for any help!