@@ -72,7 +72,7 @@ |
||
72 | 72 | // Verify the payment (we must verify to ensure that user has paid the invoice). |
73 | 73 | public function verify(): ReceiptInterface { |
74 | 74 | |
75 | - // $verifyUrl = $this->settings->verifyApiUrl; |
|
75 | + // $verifyUrl = $this->settings->verifyApiUrl; |
|
76 | 76 | |
77 | 77 | $refNum = $this->invoice->getTransactionId(); |
78 | 78 | // Making payment verify |