Skip to content

Commit 8cb584e

Browse files
authored
point to the correct url
1 parent d969733 commit 8cb584e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/create-payment-intent.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ exports.handler = async (event, context) => {
4040
// Here we will use a simple json file to represent inventory
4141
// but you could replace this with a DB lookup
4242
const storeDatabase = await axios.get(
43-
"https://wizardly-sinoussi-7841d1.netlify.com/storedata.json"
43+
"https://ecommerce-netlify.netlify.app/storedata.json"
4444
);
4545

4646
const amount = data.items.reduce((prev, item) => {

0 commit comments

Comments
 (0)