Skip to content

Commit

Permalink
price change
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutlope committed Mar 26, 2023
1 parent 567ba23 commit 61a70b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/api/stripe-webhook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ const webhookHandler = async (req: NextApiRequest, res: NextApiResponse) => {
creditAmount = 250;
break;
case 7000:
case 7900:
case 10000:
creditAmount = 750;
break;
Expand Down

0 comments on commit 61a70b4

Please sign in to comment.