stripe package

This commit is contained in:
2026-01-28 18:33:58 +00:00
parent 98ff4014cc
commit f70a088a29
3 changed files with 48 additions and 3 deletions

View File

@@ -10,4 +10,7 @@ S3_PUBLIC_URL=https://issuebucket.ob248.com
S3_ENDPOINT=https://account_id.r2.cloudflarestorage.com/issue
S3_ACCESS_KEY_ID=your_access_key_id
S3_SECRET_ACCESS_KEY=your_secret_access_key
S3_BUCKET_NAME=issue
S3_BUCKET_NAME=issue
STRIPE_PUBLISHABLE_KEY=your_stripe_publishable_key
STRIPE_SECRET_KEY=your_stripe_secret_key

View File

@@ -34,6 +34,7 @@
"jsonwebtoken": "^9.0.3",
"pg": "^8.16.3",
"sharp": "^0.34.5",
"stripe": "^20.2.0",
"zod": "^3.23.8"
}
}