@@ -67,7 +67,7 @@ |
||
67 | 67 | ); |
68 | 68 | |
69 | 69 | if (isset($this->invoice->getDetails()['customer_phone'])) { |
70 | - $data['customer_phone']=$this->invoice->getDetails()['customer_phone']; |
|
70 | + $data['customer_phone'] = $this->invoice->getDetails()['customer_phone']; |
|
71 | 71 | } |
72 | 72 | |
73 | 73 | $response = $this |