diff --git a/server/user.js b/server/user.js index 470c740a..c633e8b2 100644 --- a/server/user.js +++ b/server/user.js @@ -5,7 +5,7 @@ const verifier = require('google-id-token-verifier'); const { USER_BUCKET_NAME = 'stackedit-users', PAYPAL_URI = 'https://www.paypal.com/cgi-bin/webscr', - PAYPAL_RECEIVER_EMAIL = 'stackedit.sales@gmail.com', + PAYPAL_RECEIVER_EMAIL = 'stackedit.project@gmail.com', GOOGLE_CLIENT_ID, } = process.env; const s3Client = new AWS.S3(); diff --git a/src/components/modals/SponsorModal.vue b/src/components/modals/SponsorModal.vue index 0c5ed22a..37d0a290 100644 --- a/src/components/modals/SponsorModal.vue +++ b/src/components/modals/SponsorModal.vue @@ -43,10 +43,10 @@ export default { return { buttons: sponsorToken ? [ - makeButton('EZM658LWLLG6C', '$5', '3 months sponsorship'), - makeButton('EL2GN2LPZGBJ4', '$15', '1 year sponsorship', '-25%'), - makeButton('3FH26ATC3M48A', '$25', '2 years sponsorship', '-37%'), - makeButton('PY8WT7L3M4KSY', '$50', '5 years sponsorship', '-50%'), + makeButton('TDAPH47B3J2JW', '$5', '3 months sponsorship'), + makeButton('6CTKPKF8868UA', '$15', '1 year sponsorship', '-25%'), + makeButton('A5ZDYW6SYDLBE', '$25', '2 years sponsorship', '-37%'), + makeButton('3DMD3TT2RDPQA', '$50', '5 years sponsorship', '-50%'), ] : [], }; },