There was an error while loading. Please reload this page.
1 parent 758c4c6 commit c4dc989Copy full SHA for c4dc989
1 file changed
scripts/config.js
@@ -4,12 +4,6 @@
4
key here — secrets live in the Cloudflare Worker (see worker/).
5
============================================================ */
6
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).
+ checkoutEndpoint: "https://plotflow-checkout.plotflow-io.workers.dev",
14
currency: "$"
15
};
0 commit comments