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