Skip to content

Commit a05c528

Browse files
AC-6695: Guest Checkout Fix
1 parent 0d8eab6 commit a05c528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Model/AccountManagement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ public function validate(CustomerInterface $customer)
11441144
* @inheritdoc
11451145
*
11461146
* @param string $customerEmail
1147-
* @param int $websiteId
1147+
* @param int|null $websiteId
11481148
* @return bool
11491149
*/
11501150
public function isEmailAvailable(string $customerEmail, int $websiteId = null): bool

0 commit comments

Comments
 (0)