From 38f8ae0c7d68962cfb7ab0c197afb5245f5650c1 Mon Sep 17 00:00:00 2001 From: cyrille Date: Mon, 14 Nov 2022 16:06:37 +0100 Subject: [PATCH] Adding flags to BillingProfile --- src/models/billing/profiles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/models/billing/profiles.ts b/src/models/billing/profiles.ts index bc296fda..f5d8cefa 100644 --- a/src/models/billing/profiles.ts +++ b/src/models/billing/profiles.ts @@ -14,6 +14,7 @@ export interface BillingProfile { payment_method?: string; stripe_payment_method?: StripePaymentMethod; paypal_payment_method?: PaypalPaymentMethod; + flags: string[]; } export interface StripePaymentMethod {