Browse Source
Task/remove deprecated public Stripe key (part 2) (#6138)
* Remove deprecated public Stripe key
pull/6142/head
Thomas Kaul
6 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
4 deletions
-
libs/common/src/lib/interfaces/info-item.interface.ts
|
|
@ -18,9 +18,5 @@ export interface InfoItem { |
|
|
platforms: Platform[]; |
|
|
platforms: Platform[]; |
|
|
|
|
|
|
|
|
statistics: Statistics; |
|
|
statistics: Statistics; |
|
|
|
|
|
|
|
|
/** @deprecated */ |
|
|
|
|
|
stripePublicKey?: string; |
|
|
|
|
|
|
|
|
|
|
|
subscriptionOffer?: SubscriptionOffer; |
|
|
subscriptionOffer?: SubscriptionOffer; |
|
|
} |
|
|
} |
|
|
|