We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c80b20e + b6e55b5 commit 90888c5Copy full SHA for 90888c5
.env.example
@@ -46,3 +46,8 @@ STRIPE_ACCOUNT_ID=your-stripe-account-id
46
STRIPE_PUBLISHABLE_KEY=your-stripe-publishable-key
47
STRIPE_SECRET_KEY=your-stripe-secret-key
48
STRIPE_WEBHOOK_SECRET=your-stripe-webhook-secret
49
+STRIPE_MONTHLY_PRICE_ID=your-stripe-monthly-price-id
50
+STRIPE_YEARLY_PRICE_ID=your-stripe-yearly-price-id
51
+
52
+# Puppeteer configuration
53
+PUPPETEER_EXECUTABLE_PATH=/home/user/.cache/puppeteer/chrome/linux-135.0.7049.114/chrome-linux64/chrome
README.md
@@ -402,6 +402,3 @@ node scripts/test-pdf-generation.js
402
403
This script will generate a test PDF and output the detected Chrome path.
404
405
-
406
407
0 commit comments