|
@@ -179,13 +179,13 @@ class Plantask extends Controller
|
|
|
'type' => 'text',
|
|
|
'text' => $order['name_en'],
|
|
|
],
|
|
|
- [
|
|
|
+ /* [
|
|
|
'type' => 'text',
|
|
|
'text' => $coach_name,
|
|
|
- ],
|
|
|
+ ],*/
|
|
|
[
|
|
|
'type' => 'text',
|
|
|
- 'text' => date('Y-m-d H:i',$slot['starttime']),
|
|
|
+ 'text' => date('D l Y',$slot['starttime']) .' at '.date('H:i a',$slot['starttime']),
|
|
|
],
|
|
|
];
|
|
|
$this->whatapp($order['whatsapp'],'class_cancelled','en_US',$parameters);
|
|
@@ -253,7 +253,7 @@ class Plantask extends Controller
|
|
|
'type' => 'text',
|
|
|
'text' => $order['name_en'],
|
|
|
],
|
|
|
- [
|
|
|
+ /*[
|
|
|
'type' => 'text',
|
|
|
'text' => date('Y-m-d H:i',$order['starttime']),
|
|
|
],
|
|
@@ -264,7 +264,7 @@ class Plantask extends Controller
|
|
|
[
|
|
|
'type' => 'text',
|
|
|
'text' => $order['firstname'].' '.$order['lastname'],
|
|
|
- ],
|
|
|
+ ],*/
|
|
|
];
|
|
|
$this->whatapp($order['whatsapp'],'buy_new_package','en_US',$parameters);
|
|
|
|