Kyon147 / laravel-shopify

A full-featured Laravel package for aiding in Shopify App development
MIT License
353 stars 102 forks source link

App billing screen did not open on reinstall. #136

Closed DevStackRahul closed 1 year ago

DevStackRahul commented 1 year ago

I have using the app package 17.5 and php 7.4. I have using the recurring billing for my app. When I install the app first time on the store it display the billing screen for approval but on reinstall the app billing screen not open and app install directly.

I want to open the billing screen on app reinstall also.

Kindly help me to resolve this issue.

Kyon147 commented 1 year ago

@DevStackRahul are you making sure that the uninstall job is running correctly? I.e plan_id is set to null as if it is not then you won't get the billing screen.

DevStackRahul commented 1 year ago

@Kyon147 on uninstall the app the date added in deleted_at column but plan id did not make null.

DevStackRahul commented 1 year ago

Ok. I have placed the code to made the plan_id null in app uninstall job.

Thanks

Kyon147 commented 1 year ago

@DevStackRahul looks like you have fixed it, so going to close this issue.