Skip to content

Commit

Permalink
Update checkout.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
LIWKK authored Nov 27, 2023
1 parent 7be6f10 commit bc1092e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/api/payments/checkout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default async function handler(

const premium = {
name: 'Karhu Anticheat - Premium (lifetime)',
amount: formatAmountForStripe(20, CURRENCY),
amount: formatAmountForStripe(25, CURRENCY),
currency: CURRENCY,
quantity: 1,
}
Expand Down

0 comments on commit bc1092e

Please sign in to comment.