Could that by any way be permission issues? I have the current access scope in shopify.app.toml:
[access_scopes]
# Learn more at https://shopify.dev/docs/apps/tools/cli/configuration#access_scopes
scopes = "write_products"
A developer is experiencing an issue where the appSubscriptionCreate mutation ignores the test: true and trialDays: 10 parameters, instead returning test: false and trialDays: 0.
Problem Details:
/charges page, the Cancel button is unavailable and test mode isn’t indicatedshopify.server.ts with a monthly plan including 14 trial daysCode Context:
MONTHLY_PLAN constants with TRIAL_DAYS: 14, AMOUNT: 3, and CURRENCY: USDtest: true and trialDays set to the plan’s trial dayswrite_productsCurrent Status:
Could that by any way be permission issues? I have the current access scope in shopify.app.toml:
[access_scopes]
# Learn more at https://shopify.dev/docs/apps/tools/cli/configuration#access_scopes
scopes = "write_products"