feat(sms): add FULLNAME, PAYMENT_PRICE, and COURSE template variables for invoice SMS
This commit is contained in:
@@ -33,7 +33,9 @@ const SMS_TEMPLATE_DEFS = [
|
||||
label: 'ایجاد صورتحساب',
|
||||
envKey: 'SMS_TEMPLATE_INVOICE_CREATED',
|
||||
slots: [
|
||||
{ key: 'amount', label: 'مبلغ', defaultName: 'amount' }
|
||||
{ key: 'fullName', label: 'نام کارآموز', defaultName: 'FULLNAME' },
|
||||
{ key: 'amount', label: 'مبلغ', defaultName: 'PAYMENT_PRICE' },
|
||||
{ key: 'course', label: 'نام دوره', defaultName: 'COURSE' }
|
||||
]
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user