u
This commit is contained in:
@@ -465,8 +465,7 @@ Recognising the needs of Montessori education, a child-centred teaching approach
|
||||
.then(res => res.json())
|
||||
.then(json => {
|
||||
// console.log(json);
|
||||
sendPaymentMail2("teenybeans.info@gmail.com");
|
||||
sendPaymentMail2("enquiry@beanstalkedu.com");
|
||||
sendPaymentMail2("crm@teenybeans.in");
|
||||
sendPaymentMail("malkajgiri@iimtt.org");
|
||||
sendPaymentWelcomeMail2(paymentEmail2);
|
||||
paymentSuccess2.style.display = "block";
|
||||
@@ -760,8 +759,7 @@ Recognising the needs of Montessori education, a child-centred teaching approach
|
||||
})
|
||||
.then(res => res.json())
|
||||
.then(json => {
|
||||
sendMail("teenybeans.info@gmail.com");
|
||||
sendMail("enquiry@beanstalkedu.com");
|
||||
sendMail("crm@teenybeans.in");
|
||||
sendPaymentMail("malkajgiri@iimtt.org");
|
||||
sendWelcomeMail(email);
|
||||
success.style.display = "block";
|
||||
@@ -922,8 +920,7 @@ Recognising the needs of Montessori education, a child-centred teaching approach
|
||||
.then(json => {
|
||||
window.open(json.url)
|
||||
// console.log(json);
|
||||
sendPaymentMail("teenybeans.info@gmail.com");
|
||||
sendPaymentMail("enquiry@beanstalkedu.com");
|
||||
sendPaymentMail("crm@teenybeans.in");
|
||||
sendPaymentMail("malkajgiri@iimtt.org");
|
||||
sendPaymentWelcomeMail(paymentEmail);
|
||||
paymentSuccess.style.display = "block";
|
||||
|
||||
Reference in New Issue
Block a user