Skip to content

Commit

Permalink
fix: just switch the checkout url
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Mar 12, 2023
1 parent f343c59 commit 88ba363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const BASE_DOMAIN = "https://b.jimmylv.cn";
export const CHECKOUT_URL =
"https://jimmylv.lemonsqueezy.com/checkout/buy/36ed8a3e-a19c-42af-aab7-46df51a14d1b";
"https://jimmylv.lemonsqueezy.com/checkout/buy/e0c93804-abcc-47f7-848c-8756bec0e2fb";
export const LOGIN_LIMIT_COUNT = 5;
export const FREE_LIMIT_COUNT = 5;
export const RATE_LIMIT_COUNT = LOGIN_LIMIT_COUNT + FREE_LIMIT_COUNT;
Expand Down

1 comment on commit 88ba363

@vercel
Copy link

@vercel vercel bot commented on 88ba363 Mar 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please # to comment.