Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 2a7d049

Browse files
authored
CartItems must extend AbastractCartRoute otherwise the cart is not loaded from the session (#3488)
1 parent a6cd529 commit 2a7d049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StoreApi/Routes/CartItems.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* @internal This API is used internally by Blocks--it is still in flux and may be subject to revisions.
1010
*/
11-
class CartItems extends AbstractRoute {
11+
class CartItems extends AbstractCartRoute {
1212
/**
1313
* Get the path of this REST route.
1414
*

0 commit comments

Comments
 (0)