I am using appSubscriptionCreate mutation( https://community.shopify.com/c/Shopify-APIs-SDKs/appSubscriptionCreate-on-a-live-application-Internal-Server/m-p/748312#M49811 ), with line item being of type - appRecurringPricingDetails. This works fine as long as test is set to false or null.
On a dev store , turning test to true gives the desired result, where I am prompted to get a higher plan for the store.
We went live based on this. Now, on a live store every attempt gives this error:
here’s the query variable for more clarity:
Help would be appreciated.