Skip to content

Commit

Permalink
PPSYL-106 - Fix missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
Jibbarth committed Dec 10, 2024
1 parent d913fa7 commit ef6daff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Checker/CanSaveCardChecker.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ public function isAllowed(PaymentMethodInterface $paymentMethod): bool
return false;
}

$this->payplugFeatureChecker->isOneClickEnabled($paymentMethod);
return $this->payplugFeatureChecker->isOneClickEnabled($paymentMethod);
}
}

0 comments on commit ef6daff

Please sign in to comment.