Update index.html
This commit is contained in:
parent
563af4e5db
commit
3bfea8ceba
1 changed files with 2 additions and 2 deletions
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue