Update index.html

This commit is contained in:
Omar Najjar 2025-11-28 19:38:40 +11:00
parent 563af4e5db
commit 3bfea8ceba

View file

@ -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');