switched to paddle inline checkout, removed paypal and most of stripe. added product sync between app and paddle.
This commit is contained in:
14
.env.example
14
.env.example
@@ -84,6 +84,20 @@ REVENUECAT_WEBHOOK_QUEUE=webhooks
|
||||
CHECKOUT_WIZARD_ENABLED=true
|
||||
CHECKOUT_WIZARD_FLAG=checkout-wizard-2025
|
||||
|
||||
# PayPal
|
||||
PAYPAL_CLIENT_ID=
|
||||
PAYPAL_SECRET=
|
||||
PAYPAL_SANDBOX=true
|
||||
|
||||
# Paddle Billing
|
||||
PADDLE_SANDBOX=true
|
||||
PADDLE_API_KEY=
|
||||
PADDLE_CLIENT_ID=
|
||||
PADDLE_WEBHOOK_SECRET=
|
||||
PADDLE_PUBLIC_KEY=
|
||||
PADDLE_BASE_URL=
|
||||
PADDLE_CONSOLE_URL=
|
||||
|
||||
OAUTH_JWT_KID=fotospiel-jwt
|
||||
OAUTH_KEY_STORE=
|
||||
OAUTH_REFRESH_ENFORCE_IP=true
|
||||
|
||||
Reference in New Issue
Block a user