diff --git a/index.html b/index.html
index e5665b7..9579c0e 100644
--- a/index.html
+++ b/index.html
@@ -180,8 +180,8 @@
// Replace with your actual Stripe Price IDs
const priceId = paymentType === 'recurring'
- ? 'price_1RECURRENCE_ID_HERE'
- : 'price_1ONE_TIME_ID_HERE';
+ ? 'test_3cI7sK5eF8lheXn76DdIA02'
+ : 'test_dRm9AS4aB7hd7uV76DdIA01';
const stripe = Stripe('pk_test_51QSvuKCGfDSespsyzgT6rB4ad6x18k5dGO4pi98TEXzXboL8uBi7gUdrfRNUqnbPBGLIsGzhnrIDPA5plQMTbW8J00i2BQj4Sl');