Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mant02 committed Dec 12, 2023
1 parent 52db2b7 commit 4b9da01
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ private function isIosDevice()

private function isMacDesktop()
{
// if (SaferPayConfig::isTestMode()) {
// return true;
// }
if (SaferPayConfig::isTestMode()) {
return true;
}

$device = $this->context->getDeviceDetect();

Expand Down

0 comments on commit 4b9da01

Please sign in to comment.