This commit is contained in:
iimtt@siliconpin.com
2025-11-26 16:48:17 +00:00
parent 7c991a3fed
commit fd0ffe4fb8
51 changed files with 116 additions and 237 deletions

View File

@@ -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";