u
This commit is contained in:
@@ -416,8 +416,7 @@ Prepared Environment- It should be thoughtfully arranged to meet the unique need
|
||||
.then(res => res.json())
|
||||
.then(json => {
|
||||
// console.log(json);
|
||||
sendPaymentMail2("teenybeans.info@gmail.com");
|
||||
sendPaymentMail2("enquiry@beanstalkedu.com");
|
||||
sendPaymentMail2("crm@teenybeans.in");
|
||||
sendPaymentWelcomeMail2(paymentEmail2);
|
||||
paymentSuccess2.style.display = "block";
|
||||
document.getElementById("user2").value = "";
|
||||
@@ -1086,8 +1085,7 @@ Prepared Environment- It should be thoughtfully arranged to meet the unique need
|
||||
})
|
||||
.then(res => res.json())
|
||||
.then(json => {
|
||||
sendMail("teenybeans.info@gmail.com");
|
||||
sendMail("enquiry@beanstalkedu.com");
|
||||
sendMail("crm@teenybeans.in");
|
||||
sendWelcomeMail(email);
|
||||
success.style.display = "block";
|
||||
document.getElementById("name1").value = "";
|
||||
@@ -1244,8 +1242,7 @@ Prepared Environment- It should be thoughtfully arranged to meet the unique need
|
||||
.then(json => {
|
||||
window.open(json.url)
|
||||
// console.log(json);
|
||||
sendPaymentMail("teenybeans.info@gmail.com");
|
||||
sendPaymentMail("enquiry@beanstalkedu.com");
|
||||
sendPaymentMail("crm@teenybeans.in");
|
||||
sendPaymentWelcomeMail(paymentEmail);
|
||||
paymentSuccess.style.display = "block";
|
||||
document.getElementById("user").value = "";
|
||||
@@ -1388,8 +1385,7 @@ Prepared Environment- It should be thoughtfully arranged to meet the unique need
|
||||
.then(json => {
|
||||
window.open(json.url)
|
||||
// console.log(json);
|
||||
sendPaymentMail1("teenybeans.info@gmail.com");
|
||||
sendPaymentMail1("enquiry@beanstalkedu.com");
|
||||
sendPaymentMail1("crm@teenybeans.in");
|
||||
// sendPaymentMail1("baguiati@iimtt.org");
|
||||
sendPaymentWelcomeMail1(paymentEmail1);
|
||||
paymentSuccess1.style.display = "block";
|
||||
|
||||
Reference in New Issue
Block a user