Not receiving notifications from webhook – laravel & shopify
I am creating an app for merchants and Shopify using laravel. I have configured and installed webhooks to send admins notifications when new customers are created in config/shopify.php in my app. shopify.php use OseintowShopifyFacadesShopify; use LaravelSocialiteFacadesSocialite; use AppUser; use AppStore;…