Skip to content

Commit 430d4cd

Browse files
committed
2 parents 476705f + 6934b43 commit 430d4cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Models/PurchaseLog.php

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ public function isValidPayment(): bool
116116
{
117117
try {
118118
$checker = $this->getChecker();
119+
119120
return $checker->isValidPayment();
120121
} catch (Exception $exception) {
121122
return false;

0 commit comments

Comments
 (0)