Browse Source

Task/remove deprecated public Stripe key (part 2) (#6138)

* Remove deprecated public Stripe key
pull/6142/head
Thomas Kaul 4 days ago
committed by GitHub
parent
commit
113238f86e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  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[];
statistics: Statistics;
/** @deprecated */
stripePublicKey?: string;
subscriptionOffer?: SubscriptionOffer;
}

Loading…
Cancel
Save