Skip to content

Commit

Permalink
Fix login check
Browse files Browse the repository at this point in the history
  • Loading branch information
AminulBD committed Oct 20, 2020
1 parent ae392f1 commit e06389c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gateways/callback/bkashcheckout.php
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ public function makeTransaction()
die("Direct access forbidden.");
}

if ((new ClientArea())->isLoggedIn()) {
if (!(new ClientArea())->isLoggedIn()) {
die("You will need to login first.");
}

Expand Down

0 comments on commit e06389c

Please sign in to comment.