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
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Tyler King edited this page Dec 11, 2018
·
3 revisions
As of December 3rd 2018, Shopify has removed the ability for apps to handle their own declined billing process for all types of charges.
However, should there be an error in billing (such as a bad usage charge signature), an error page will show. A default view is provided by this package. To create your own, create resources/views/vendor/shopify-app/billing/error.blade.php. One variable is passed to the view, $message (usage: {{ $message }}), which contains the human-friendly error message.
Welcome to the wiki!
Please see the homepage for a list of relevant pages.