Merge pull request 'Fix duplicate Apple IAP selection' (#263) from loewy/fix-duplicate-apple-iap-selection into master
Reviewed-on: #263
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -29,10 +29,6 @@ mutation CreateCustomerPortalSession {
|
||||
query GetAvailableSubscriptionOptions {
|
||||
getAvailableSubscriptionOptions {
|
||||
trialPeriodDays
|
||||
appleIap {
|
||||
enabled
|
||||
proMonthlyProductId
|
||||
}
|
||||
products {
|
||||
id
|
||||
name
|
||||
|
||||
Reference in New Issue
Block a user