@acm-uiuc/js-shared 2.2.0 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/constants.d.ts +2 -2
- package/dist/constants.js +2 -2
- package/package.json +1 -1
package/dist/constants.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const MembershipPriceCents =
|
|
1
|
+
export declare const MembershipPriceCents = 3000;
|
|
2
2
|
export declare const MembershipPriceString: string;
|
|
3
|
-
export declare const MembershipPriceIdStripe = "
|
|
3
|
+
export declare const MembershipPriceIdStripe = "price_1SBNJlDiGOXU9RuSjHO7cwMX";
|
package/dist/constants.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export const MembershipPriceCents =
|
|
1
|
+
export const MembershipPriceCents = 3000;
|
|
2
2
|
export const MembershipPriceString = (MembershipPriceCents / 100).toLocaleString("en-US", { style: "currency", currency: "USD" });
|
|
3
|
-
export const MembershipPriceIdStripe = "
|
|
3
|
+
export const MembershipPriceIdStripe = "price_1SBNJlDiGOXU9RuSjHO7cwMX";
|