Skip to content

Commit

Permalink
quick fix so sinon stub actually runs
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Nov 23, 2023
1 parent e6f2c8c commit 3278ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify-functions-ecommerce/.env.test
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ JSON_API_AUTH_PASSWORD=cassandra

#Fill in Stripe related details if you want to see Stripe integration.
#Otherwise the sample app will bypass Stripe.
STRIPE_SECRET_KEY=test
STRIPE_SECRET_KEY=test-key
STRIPE_SUCCESS_URL=http://127.0.0.1:8888/order-confirmation
STRIPE_CANCEL_URL=http://127.0.0.1:8888/cart

0 comments on commit 3278ff7

Please sign in to comment.