Skip to content

Commit

Permalink
Merge pull request #23 from KasperiP/LIWKK-patch-1
Browse files Browse the repository at this point in the history
Update checkout.ts
  • Loading branch information
LIWKK authored Nov 23, 2023
2 parents 145da5a + 23d1fd7 commit 7d4b300
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(25, CURRENCY),
amount: formatAmountForStripe(20, CURRENCY),
currency: CURRENCY,
quantity: 1,
}
Expand Down

0 comments on commit 7d4b300

Please sign in to comment.