Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 0807975

Browse files
committed
WIP: fix request builder generator
1 parent f6d6ba1 commit 0807975

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Core/Builder/Request/CustomerRequestBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public function login($email, $password, $updateProductData = false, $anonymousC
139139
$email,
140140
$password,
141141
$updateProductData,
142-
$anonymousCartId
142+
$anonymousCart
143143
);
144144
return $request;
145145
}

src/Core/Helper/Annotate/AnnotationGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ function ($link) {
641641
$email,
642642
$password,
643643
$updateProductData,
644-
$anonymousCartId
644+
$anonymousCart
645645
);';
646646
break;
647647
case 'passwordChange':

0 commit comments

Comments
 (0)