|
@@ -91,7 +91,11 @@ class Plantask extends Controller
|
|
],
|
|
],
|
|
[
|
|
[
|
|
'type' => 'text',
|
|
'type' => 'text',
|
|
- 'text' => date('Y-m-d H:i',$slot['starttime']),
|
|
|
|
|
|
+ 'text' => date('D l Y',$slot['starttime']),
|
|
|
|
+ ],
|
|
|
|
+ [
|
|
|
|
+ 'type' => 'text',
|
|
|
|
+ 'text' => date('H:i a',$slot['starttime']),
|
|
],
|
|
],
|
|
];
|
|
];
|
|
$this->whatapp($order['whatsapp'],'the_class_will_start_tomorrow','en_US',$parameters);
|
|
$this->whatapp($order['whatsapp'],'the_class_will_start_tomorrow','en_US',$parameters);
|
|
@@ -330,15 +334,16 @@ class Plantask extends Controller
|
|
],
|
|
],
|
|
[
|
|
[
|
|
'type' => 'text',
|
|
'type' => 'text',
|
|
- 'text' => '30',
|
|
|
|
|
|
+ 'text' => $order['name_en'],
|
|
],
|
|
],
|
|
[
|
|
[
|
|
'type' => 'text',
|
|
'type' => 'text',
|
|
- 'text' => $order['name_en'],
|
|
|
|
|
|
+ 'text' => 'one month’s time',
|
|
],
|
|
],
|
|
|
|
+
|
|
[
|
|
[
|
|
'type' => 'text',
|
|
'type' => 'text',
|
|
- 'text' => date('Y-m-d H:i',$order['endtime']),
|
|
|
|
|
|
+ 'text' => date('D l Y',$order['endtime']),
|
|
],
|
|
],
|
|
[
|
|
[
|
|
'type' => 'text',
|
|
'type' => 'text',
|
|
@@ -411,15 +416,16 @@ class Plantask extends Controller
|
|
],
|
|
],
|
|
[
|
|
[
|
|
'type' => 'text',
|
|
'type' => 'text',
|
|
- 'text' => '14',
|
|
|
|
|
|
+ 'text' => $order['name_en'],
|
|
],
|
|
],
|
|
[
|
|
[
|
|
'type' => 'text',
|
|
'type' => 'text',
|
|
- 'text' => $order['name_en'],
|
|
|
|
|
|
+ 'text' => '2 week’s time',
|
|
],
|
|
],
|
|
|
|
+
|
|
[
|
|
[
|
|
'type' => 'text',
|
|
'type' => 'text',
|
|
- 'text' => date('Y-m-d H:i',$order['endtime']),
|
|
|
|
|
|
+ 'text' => date('D l Y',$order['endtime']),
|
|
],
|
|
],
|
|
[
|
|
[
|
|
'type' => 'text',
|
|
'type' => 'text',
|
|
@@ -489,15 +495,16 @@ class Plantask extends Controller
|
|
],
|
|
],
|
|
[
|
|
[
|
|
'type' => 'text',
|
|
'type' => 'text',
|
|
- 'text' => '7',
|
|
|
|
|
|
+ 'text' => $order['name_en'],
|
|
],
|
|
],
|
|
[
|
|
[
|
|
'type' => 'text',
|
|
'type' => 'text',
|
|
- 'text' => $order['name_en'],
|
|
|
|
|
|
+ 'text' => '1 week’s time',
|
|
],
|
|
],
|
|
|
|
+
|
|
[
|
|
[
|
|
'type' => 'text',
|
|
'type' => 'text',
|
|
- 'text' => date('Y-m-d H:i',$order['endtime']),
|
|
|
|
|
|
+ 'text' => date('D l Y',$order['endtime']),
|
|
],
|
|
],
|
|
[
|
|
[
|
|
'type' => 'text',
|
|
'type' => 'text',
|