Skip to content

Commit add006d

Browse files
authored
Membership price changes (#1)
* Membership price changes * Bump package version
1 parent 330b5fa commit add006d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acm-uiuc/js-shared",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "ACM UIUC Shared JS code",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

src/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const MembershipPriceCents = 2000
1+
export const MembershipPriceCents = 3000
22
export const MembershipPriceString = (MembershipPriceCents / 100).toLocaleString("en-US", { style: "currency", currency: "USD" });
3-
export const MembershipPriceIdStripe = "price_1MUGIRDiGOXU9RuSChPYK6wZ"
3+
export const MembershipPriceIdStripe = "price_1SBNJlDiGOXU9RuSjHO7cwMX"

0 commit comments

Comments
 (0)