Skip to content

Commit c4dc989

Browse files
committed
Wire up checkout endpoint to deployed Cloudflare Worker
1 parent 758c4c6 commit c4dc989

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

scripts/config.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
key here — secrets live in the Cloudflare Worker (see worker/).
55
============================================================ */
66
window.PLOTFLOW_CONFIG = {
7-
// URL of the deployed Cloudflare Worker that creates Stripe Checkout
8-
// Sessions. Fill this in after `wrangler deploy` (see worker/README.md).
9-
// e.g. "https://plotflow-checkout.<your-subdomain>.workers.dev"
10-
checkoutEndpoint: "",
11-
12-
// Display currency symbol for cart subtotals (Stripe is the source of
13-
// truth for actual charges).
7+
checkoutEndpoint: "https://plotflow-checkout.plotflow-io.workers.dev",
148
currency: "$"
159
};

0 commit comments

Comments
 (0)