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

Commit 3b57b39

Browse files
author
Jens Schulze
authored
Support store in shippingmethods #508 (#518)
Support store in shippingmethods #508
2 parents 84f0010 + c4454b5 commit 3b57b39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Core/Request/InStores/InStoreRequests.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
use Commercetools\Core\Request\Orders\OrderQueryRequest;
4343
use Commercetools\Core\Request\Orders\OrderUpdateByOrderNumberRequest;
4444
use Commercetools\Core\Request\Orders\OrderUpdateRequest;
45+
use Commercetools\Core\Request\ShippingMethods\ShippingMethodByCartIdGetRequest;
4546

4647
class InStoreRequests
4748
{
@@ -83,6 +84,7 @@ class InStoreRequests
8384
CustomerEmailConfirmRequest::class => 1,
8485
CustomerUpdateRequest::class => 1,
8586
CustomerUpdateByKeyRequest::class => 1,
87+
ShippingMethodByCartIdGetRequest::class => 1,
8688
];
8789

8890
public function can($request)

0 commit comments

Comments
 (0)