From 9219451c8d829fdcfafa721e3acb3e04e2f09304 Mon Sep 17 00:00:00 2001 From: Loewy Date: Thu, 18 Jun 2026 14:32:37 -0700 Subject: [PATCH] Fix duplicate Apple IAP selection --- src/index.tsx | 9 --------- src/operations/payments.gql | 4 ---- 2 files changed, 13 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index 30769c4..5654e4e 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -5041,11 +5041,6 @@ export type GetAvailableSubscriptionOptionsQuery = { getAvailableSubscriptionOptions: { __typename?: "StripeSubscriptionOptionsGQL"; trialPeriodDays?: number | null; - appleIap: { - __typename?: "AppleIapSubscriptionOptionsGQL"; - enabled: boolean; - proMonthlyProductId?: string | null; - }; products: Array<{ __typename?: "StripeProductGQL"; id: string; @@ -10696,10 +10691,6 @@ export const GetAvailableSubscriptionOptionsDocument = gql` query GetAvailableSubscriptionOptions { getAvailableSubscriptionOptions { trialPeriodDays - appleIap { - enabled - proMonthlyProductId - } products { id name diff --git a/src/operations/payments.gql b/src/operations/payments.gql index 95fa65e..05405eb 100644 --- a/src/operations/payments.gql +++ b/src/operations/payments.gql @@ -29,10 +29,6 @@ mutation CreateCustomerPortalSession { query GetAvailableSubscriptionOptions { getAvailableSubscriptionOptions { trialPeriodDays - appleIap { - enabled - proMonthlyProductId - } products { id name