41 $this->scopeConfig = $scopeConfig;
59 return (
bool)$this->scopeConfig->getValue(
60 self::XML_PATH_IS_CONFIRM,
61 ScopeInterface::SCOPE_WEBSITES,
82 $skipConfirmationIfEmail = $this->registry->registry(
"skip_confirmation_if_email");
83 if (!$skipConfirmationIfEmail) {
87 return strtolower($skipConfirmationIfEmail) === strtolower(
$customerEmail);
isConfirmationRequired($websiteId, $customerId, $customerEmail)
const XML_PATH_IS_CONFIRM
__construct(ScopeConfigInterface $scopeConfig, Registry $registry)