Skip to content

Commit 6934b43

Browse files
imdhemyactions-user
authored andcommitted
Fix styling
1 parent 888ca3e commit 6934b43

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)