@@ -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 | } |