fix: remove unused PAYPAL_SUPPORTERS var (#40361)

This commit is contained in:
Ahmad Abdolsaheb
2020-12-01 16:51:24 +03:00
committed by GitHub
parent 1ef12d5605
commit bfc4c33b0c
3 changed files with 1 additions and 18 deletions

View File

@ -33,7 +33,6 @@ STRIPE_CREATE_PLANS=true
STRIPE_PUBLIC_KEY=pk_from_stripe_dashboard
STRIPE_SECRET_KEY=sk_from_stripe_dashboard
# PayPal
PAYPAL_SUPPORTERS=1703
PAYPAL_CLIENT_ID=id_from_paypal_dashboard
PAYPAL_SECRET=secret_from_paypal_dashboard
PAYPAL_VERIFY_WEBHOOK_URL='https://api.sandbox.paypal.com/v1/notifications/verify-webhook-signature'