Browse Source

Remove deprecated public Stripe key

pull/6138/head
Thomas Kaul 2 weeks ago
parent
commit
bce065d3ef
  1. 4
      libs/common/src/lib/interfaces/info-item.interface.ts

4
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;
} }

Loading…
Cancel
Save