@@ -17,10 +17,10 @@ |
||
17 | 17 | } |
18 | 18 | |
19 | 19 | public function getData() { |
20 | - if($this->getPaymentId()){ |
|
20 | + if ($this->getPaymentId()) { |
|
21 | 21 | $data['Key'] = $this->getPaymentId(); |
22 | 22 | $data['KeyType'] = "paymentId"; |
23 | - }else{ |
|
23 | + } else { |
|
24 | 24 | $data['Key'] = $this->getInvoiceId(); |
25 | 25 | $data['KeyType'] = "invoiceid"; |
26 | 26 | } |
@@ -20,7 +20,7 @@ |
||
20 | 20 | if($this->getPaymentId()){ |
21 | 21 | $data['Key'] = $this->getPaymentId(); |
22 | 22 | $data['KeyType'] = "paymentId"; |
23 | - }else{ |
|
23 | + } else{ |
|
24 | 24 | $data['Key'] = $this->getInvoiceId(); |
25 | 25 | $data['KeyType'] = "invoiceid"; |
26 | 26 | } |