feat: dont inactive the old suport plan and after pay the invoice make it inactive
This commit is contained in:
@@ -666,11 +666,11 @@ export class SmsService {
|
||||
}
|
||||
//************************************************* */
|
||||
|
||||
async sendNewCustomerSms(mobile: string, fullName: string) {
|
||||
async sendNewCustomerSms(mobile: string, newCustomerMobile: string, fullName: string) {
|
||||
const smsData: ISmsVerifyBody = {
|
||||
Parameters: [
|
||||
{ name: "fullName", value: fullName },
|
||||
{ name: "mobile", value: mobile },
|
||||
{ name: "mobile", value: newCustomerMobile },
|
||||
],
|
||||
Mobile: mobile,
|
||||
TemplateId: this.smsConfigs.SMS_PATTERN_NEW_CUSTOMER,
|
||||
|
||||
Reference in New Issue
Block a user