We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb45bc1 + 91ffc21 commit 26a60fdCopy full SHA for 26a60fd
src/Paystack.php
@@ -13,6 +13,8 @@
13
14
use GuzzleHttp\Client;
15
use Illuminate\Support\Facades\Config;
16
+use Unicodeveloper\Paystack\Exceptions\IsNullException;
17
+use Unicodeveloper\Paystack\Exceptions\PaymentVerificationFailedException;
18
19
class Paystack {
20
@@ -170,7 +172,7 @@ public function isTransactionVerificationValid()
170
172
case self::VS:
171
173
$validate = true;
174
break;
- case self:ITF:
175
+ case self::ITF:
176
$validate = false;
177
178
default:
0 commit comments