Skip to content

Commit 6bda8e4

Browse files
AC-6695: Guest Checkout Fix
1 parent fd9ee59 commit 6bda8e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/Customer/Api/AccountManagementInterface.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ interface AccountManagementInterface
3636
*/
3737
public function createAccount(
3838
\Magento\Customer\Api\Data\CustomerInterface $customer,
39-
$password = null,
40-
$redirectUrl = ''
39+
$password = null,
40+
$redirectUrl = ''
4141
);
4242

4343
/**
@@ -54,8 +54,8 @@ public function createAccount(
5454
*/
5555
public function createAccountWithPasswordHash(
5656
\Magento\Customer\Api\Data\CustomerInterface $customer,
57-
$hash,
58-
$redirectUrl = ''
57+
$hash,
58+
$redirectUrl = ''
5959
);
6060

6161
/**

0 commit comments

Comments
 (0)