Fixed paypal buttons
This commit is contained in:
parent
790ac996dd
commit
79e87dbcf3
@ -4,7 +4,7 @@ const verifier = require('google-id-token-verifier');
|
|||||||
|
|
||||||
const BUCKET_NAME = process.env.USER_BUCKET_NAME || 'stackedit-users';
|
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_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 GOOGLE_CLIENT_ID = process.env.GOOGLE_CLIENT_ID;
|
||||||
const s3Client = new AWS.S3();
|
const s3Client = new AWS.S3();
|
||||||
|
|
||||||
|
@ -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%'),
|
||||||
] : [],
|
] : [],
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user