diff --git a/src/ClientAbstracts.php b/src/ClientAbstracts.php index fe07507..47cfc73 100644 --- a/src/ClientAbstracts.php +++ b/src/ClientAbstracts.php @@ -505,6 +505,7 @@ abstract class ClientAbstracts implements IClient */ protected function mergeParams($newData): string { + if (empty($data)) return ''; if (!is_string($newData)) { return $this->toRequest($newData); }