FIX_EMAIL ISSUE
This commit is contained in:
parent
5b6ec9f03e
commit
ebdc6198b3
@ -28,21 +28,19 @@ class Email extends BaseConfig
|
|||||||
/**
|
/**
|
||||||
* SMTP Server Address
|
* SMTP Server Address
|
||||||
*/
|
*/
|
||||||
public string $SMTPHost = 'smtp.zoho.in';
|
// public string $SMTPHost = 'smtp.zoho.in';
|
||||||
// public string $SMTPHost = 'smtp.gmail.com';
|
public string $SMTPHost = 'smtp.gmail.com';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SMTP Username
|
* SMTP Username
|
||||||
*/
|
*/
|
||||||
public string $SMTPUser = 'web@vijayabharathambooks.com';
|
// public string $SMTPUser = 'web@vijayabharathambooks.com';
|
||||||
// public string $SMTPUser = 'venbalap08@gmail.com';
|
public string $SMTPUser = 'venbalap@gmail.com';
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SMTP Password
|
* SMTP Password
|
||||||
*/
|
*/
|
||||||
public string $SMTPPass = 'Sz9VueQ2iLgH';
|
// public string $SMTPPass = 'Sz9VueQ2iLgH';
|
||||||
// public string $SMTPPass = 'bqhvujeauokgcdxt';
|
public string $SMTPPass = 'xmxwgnccaekefasa';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SMTP Port
|
* SMTP Port
|
||||||
|
|||||||
@ -1638,10 +1638,8 @@ if (isset($invoice_item_details[0]['to_subscription']) && !empty($invoice_item_d
|
|||||||
for(i=0;i<cm.length;i++){
|
for(i=0;i<cm.length;i++){
|
||||||
membership_id = cm[i].membership_id;
|
membership_id = cm[i].membership_id;
|
||||||
|
|
||||||
console.log(membership_id);
|
console.log(cm[i]);
|
||||||
if (cm[i].is_renew>0){
|
|
||||||
$('#membership_id').append('<option value="' + membership_id+i + '">' +cm[i].short_code + ' - '+ membership_id+' ' +cm[i].formatted_from_subscription + " To: " + cm[i].formatted_to_subscription +'</option>');
|
$('#membership_id').append('<option value="' + membership_id+i + '">' +cm[i].short_code + ' - '+ membership_id+' ' +cm[i].formatted_from_subscription + " To: " + cm[i].formatted_to_subscription +'</option>');
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
$('#membership_id_div').hide();
|
$('#membership_id_div').hide();
|
||||||
|
|||||||
@ -94,7 +94,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<button type="submit" class="btn btn-primary btn-rounded waves-effect waves-light">Proceed to Pay</button>
|
<button type="submit" class="btn btn-primary btn-rounded waves-effect waves-light" style="background-color: #40acdc;">Proceed to Pay</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user