@@ -129,7 +129,7 @@ |
||
| 129 | 129 | $response = json_decode($client->verify($data)); |
| 130 | 130 | |
| 131 | 131 | if ($response->Code != 100) { |
| 132 | - $this->notVerified( $transaction->message ?? 'payment failed'); |
|
| 132 | + $this->notVerified($transaction->message ?? 'payment failed'); |
|
| 133 | 133 | } else { |
| 134 | 134 | //"Success Payment with reference: $response->Reference and message: $transaction->message"; |
| 135 | 135 | } |