MCPcopy
hub / github.com/jamstack-cms/jamstack-ecommerce / lambda.js

File lambda.js

snippets/lambda.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// https://stripe.com/docs/payments/without-card-authentication
2const stripe = require("stripe")(process.env.STRIPE_SECRET_KEY) //"API_KEY"
3
4exports.handler = async event => {

Callers

nothing calls this directly

Calls 1

calculateOrderAmountFunction · 0.85

Tested by

no test coverage detected