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
Should process payment via BillingController@process and get redirected user back to home.
Current Behavior
I get redirected to Shopify's payment approval.
I accept payment.
I get Laravel's 404 error page. My User is still hasshopify_freemium set to true, and no plan_id is assigned.
I do however get an email from Shopify saying that I've approved a recorruing charge.
Steps to reproduce
I set prefix to 'shopify-app'
I enable billing and enable freemium.
I redirect user here:
For some reason, when it redirects, it's not using the prefix 🤔
When I call route(Util::getShopifyConfig('route_names.billing.process')) I get /shopify-app/billing/process, but when I actually do the payment, Shopify redirects me to billing/process
Expected Behavior
Should process payment via
BillingController@process
and get redirected user back to home.Current Behavior
I get redirected to Shopify's payment approval.
I accept payment.
I get Laravel's 404 error page. My User is still has
shopify_freemium
set totrue
, and noplan_id
is assigned.I do however get an email from Shopify saying that I've approved a recorruing charge.
Steps to reproduce
I set prefix to
'shopify-app'
I enable billing and enable freemium.
I redirect user here:
It shows the right price. I accept it.
I get Laravel's 404.
Context
Failure Logs
Laravel debug bar shows:
The text was updated successfully, but these errors were encountered: