diff --git a/src/Context/ShippingGatewayContext.php b/src/Context/ShippingGatewayContext.php index 1e7a0d7..27efa4d 100644 --- a/src/Context/ShippingGatewayContext.php +++ b/src/Context/ShippingGatewayContext.php @@ -121,7 +121,7 @@ private function getExistingShippingGateway(int $id): ShippingGatewayInterface if (false === $shippingGateway instanceof ShippingGatewayInterface) { throw new ShippingGatewayNotFoundException(sprintf( - 'Gateway with %s id could not be found', + 'Gateway with %d id could not be found in the database.', $id )); }