Wire up real Stripe sandbox test key and example book price ID
deploy / deploy (push) Successful in 11s

From the Two Squirrels Press Stripe sandbox account created and walked
through Managed Payments setup for. Both values are test-mode / safe
to commit; swap to live-mode equivalents at go-live.
This commit is contained in:
2026-07-15 16:31:06 -04:00
parent 41475f4a5a
commit db7a128c74
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ title: "Example Book Title"
author: "Author Name"
cover_image: "https://downloads.twosquirrelspress.com/covers/example-book.jpg"
description: "One-line jacket copy for listing pages."
stripe_price_id: "price_XXXXXXXXXXXXXXXXXXXXXXXX"
stripe_price_id: "price_1TtYspQEDYBEXYYF8YINz8y3"
price_display: "$6.99"
formats: ["EPUB", "PDF"]
draft: true