Update Stripe publishable key in test environment

In the .env.test file, the Stripe publishable key for the testing environment was set to a new value. This change ensures that we are using the correct Stripe credentials during testing.
This commit is contained in:
giancarlo
2024-04-15 15:00:14 +08:00
parent f1e3a44c89
commit cb4d89c473

View File

@@ -47,7 +47,7 @@ EMAIL_USER=user
EMAIL_PASSWORD=password EMAIL_PASSWORD=password
# STRIPE # STRIPE
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY= NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_51K9cWKI1i3VnbZTq2HGstY2S8wt3peF1MOqPXFO4LR8ln2QgS7GxL8XyKaKLvn7iFHeqAnvdDw0o48qN7rrwwcHU00jOtKhjsf
# FEATURE FLAGS # FEATURE FLAGS
NEXT_PUBLIC_ENABLE_ACCOUNT_DELETION=true NEXT_PUBLIC_ENABLE_ACCOUNT_DELETION=true