Merge branch 'master' into dev

This commit is contained in:
Benoit Schweblin 2018-07-17 21:14:05 +01:00
commit 133419b1b4
2 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ const verifier = require('google-id-token-verifier');
const { const {
USER_BUCKET_NAME = 'stackedit-users', USER_BUCKET_NAME = 'stackedit-users',
PAYPAL_URI = 'https://www.paypal.com/cgi-bin/webscr', 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, GOOGLE_CLIENT_ID,
} = process.env; } = process.env;
const s3Client = new AWS.S3(); const s3Client = new AWS.S3();

View File

@ -43,10 +43,10 @@ export default {
return { return {
buttons: sponsorToken ? [ buttons: sponsorToken ? [
makeButton('EZM658LWLLG6C', '$5', '3 months sponsorship'), makeButton('TDAPH47B3J2JW', '$5', '3 months sponsorship'),
makeButton('EL2GN2LPZGBJ4', '$15', '1 year sponsorship', '-25%'), makeButton('6CTKPKF8868UA', '$15', '1 year sponsorship', '-25%'),
makeButton('3FH26ATC3M48A', '$25', '2 years sponsorship', '-37%'), makeButton('A5ZDYW6SYDLBE', '$25', '2 years sponsorship', '-37%'),
makeButton('PY8WT7L3M4KSY', '$50', '5 years sponsorship', '-50%'), makeButton('3DMD3TT2RDPQA', '$50', '5 years sponsorship', '-50%'),
] : [], ] : [],
}; };
}, },