Skip to content

Commit

Permalink
Merge pull request #288 from Scalingo/feat/flags-to-billing-profile
Browse files Browse the repository at this point in the history
Adding flags to BillingProfile
  • Loading branch information
cyrille-sg authored Nov 14, 2022
2 parents a2ef1e6 + 38f8ae0 commit d8cb520
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/billing/profiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export interface BillingProfile {
payment_method?: string;
stripe_payment_method?: StripePaymentMethod;
paypal_payment_method?: PaypalPaymentMethod;
flags: string[];
}

export interface StripePaymentMethod {
Expand Down

0 comments on commit d8cb520

Please sign in to comment.