Feature/set public stripe key dynamically (#216)

* Set public Stripe key dynamically

* Update changelog
This commit is contained in:
Thomas
2021-07-17 11:04:43 +02:00
committed by GitHub
parent 39a76f7f40
commit 51fbc538ca
19 changed files with 97 additions and 126 deletions

View File

@@ -14,5 +14,6 @@ export interface InfoItem {
};
platforms: { id: string; name: string }[];
statistics: Statistics;
stripePublicKey?: string;
subscriptions: Subscription[];
}