Skip to content

Commit 90888c5

Browse files
committed
Merge branch 'master' of github.com:profullstack/generate-pdf-api
2 parents c80b20e + b6e55b5 commit 90888c5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.env.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,8 @@ STRIPE_ACCOUNT_ID=your-stripe-account-id
4646
STRIPE_PUBLISHABLE_KEY=your-stripe-publishable-key
4747
STRIPE_SECRET_KEY=your-stripe-secret-key
4848
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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,3 @@ node scripts/test-pdf-generation.js
402402

403403
This script will generate a test PDF and output the detected Chrome path.
404404

405-
406-
407-

0 commit comments

Comments
 (0)