标签: php laravel shopify shopify-app
我创建了公共应用程序并设置了应用程序URL,该URL在laravel中,我正在那里获取时间戳,购物和hmac。在列入白名单的网址中,我将类似https://www.example.net/get-access-token的网址放入laravel。
https://www.example.net/get-access-token
如何将客户端(将安装该应用程序)连接到我的公共应用程序?
当我们单击“获取应用程序”时,付款流程如何处理?