Fixed paypal buttons

This commit is contained in:
Benoit Schweblin 2018-07-17 21:01:17 +01:00
parent 790ac996dd
commit 79e87dbcf3
2 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ const verifier = require('google-id-token-verifier');
const BUCKET_NAME = process.env.USER_BUCKET_NAME || 'stackedit-users';
const PAYPAL_URI = process.env.PAYPAL_URI || 'https://www.paypal.com/cgi-bin/webscr';
const PAYPAL_RECEIVER_EMAIL = process.env.PAYPAL_RECEIVER_EMAIL || 'stackedit.sales@gmail.com';
const PAYPAL_RECEIVER_EMAIL = process.env.PAYPAL_RECEIVER_EMAIL || 'stackedit.project@gmail.com';
const GOOGLE_CLIENT_ID = process.env.GOOGLE_CLIENT_ID;
const s3Client = new AWS.S3();

View File

@ -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%'),
] : [],
};
},