Hi
I recently migrated our app to use Managed Pricing. According to the guide, i have to manually redirect the user if they do not have an active subscription. However, when using
open(https://admin.shopify.com/charges/${appHandle}/pricing_plans, "_top");
to redirect the user, the pricing page defaults to yearly charging. Is this expected behavior? Can we configure it somehow to be default to monthly? Thanks!
