Skip to content

Commit 26a60fd

Browse files
Merge pull request #6 from ugochimbo/hotfix-potential-bugs
Hotfix potential bugs
2 parents cb45bc1 + 91ffc21 commit 26a60fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Paystack.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
use GuzzleHttp\Client;
1515
use Illuminate\Support\Facades\Config;
16+
use Unicodeveloper\Paystack\Exceptions\IsNullException;
17+
use Unicodeveloper\Paystack\Exceptions\PaymentVerificationFailedException;
1618

1719
class Paystack {
1820

@@ -170,7 +172,7 @@ public function isTransactionVerificationValid()
170172
case self::VS:
171173
$validate = true;
172174
break;
173-
case self:ITF:
175+
case self::ITF:
174176
$validate = false;
175177
break;
176178
default:

0 commit comments

Comments
 (0)