diff --git a/src/AdvancedCartProvider.php b/src/AdvancedCartProvider.php
index 2d63b67..8adaff3 100644
--- a/src/AdvancedCartProvider.php
+++ b/src/AdvancedCartProvider.php
@@ -137,14 +137,14 @@ class AdvancedCartProvider extends CartProvider implements AdvancedCartProviderI
   /**
    * {@inheritdoc}
    */
-  public function getCarts(AccountInterface $account = NULL) {
+  public function getCarts(AccountInterface $account = NULL, StoreInterface $store = NULL) {
     return $this->doGetCarts($account);
   }
 
   /**
    * {@inheritdoc}
    */
-  public function getCartIds(AccountInterface $account = NULL) {
+  public function getCartIds(AccountInterface $account = NULL, StoreInterface $store = NULL) {
     return $this->doGetCartIds($account);
   }
 
