diff --git a/src/CustomerProvider/DefaultCustomerProvider.php b/src/CustomerProvider/DefaultCustomerProvider.php index a1320fac..8c3514ce 100644 --- a/src/CustomerProvider/DefaultCustomerProvider.php +++ b/src/CustomerProvider/DefaultCustomerProvider.php @@ -216,7 +216,7 @@ public function delete(CustomerInterface $customer) */ public function getById($id, $force = false) { - return $this->callStatic('getById', [$id, $force]); + return $this->callStatic('getById', [$id, ['force' => $force]]); } /**