FIX_live invoice url - whatsapp message : ps
This commit is contained in:
parent
5cb852b513
commit
ad584d4fdc
@ -657,7 +657,7 @@ class Invoice extends BaseController
|
||||
// print_r($records['description']);die;
|
||||
$url = base_url("download_invoice_pdf/" . md5($invoice_id));
|
||||
$encodedUrl = urlencode($url);
|
||||
$template = "Dear " . $recipient_name . ",\r\r\n\nYour Invoice has been generated.\n\nDetails:\r\n- Invoice Date: " . $invoiceDate . "\r\n- Invoice Number: " . $invoice_serial_number . "\r\n- Click here to download the Invoice: " . base_url("download_invoice_pdf/" . $encodedUrl);
|
||||
$template = "Dear " . $recipient_name . ",\r\r\n\nYour Invoice has been generated.\n\nDetails:\r\n- Invoice Date: " . $invoiceDate . "\r\n- Invoice Number: " . $invoice_serial_number . "\r\n- Click here to download the Invoice: " . $url;
|
||||
|
||||
$params = (object) Null;
|
||||
$params->number = (int)'91' . $recipient_mobile;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user