We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d969733 commit 8cb584eCopy full SHA for 8cb584e
functions/create-payment-intent.js
@@ -40,7 +40,7 @@ exports.handler = async (event, context) => {
40
// Here we will use a simple json file to represent inventory
41
// but you could replace this with a DB lookup
42
const storeDatabase = await axios.get(
43
- "https://wizardly-sinoussi-7841d1.netlify.com/storedata.json"
+ "https://ecommerce-netlify.netlify.app/storedata.json"
44
);
45
46
const amount = data.items.reduce((prev, item) => {
0 commit comments