diff --git a/src/DpdClient.php b/src/DpdClient.php index cd6bd34..f57e436 100644 --- a/src/DpdClient.php +++ b/src/DpdClient.php @@ -44,5 +44,11 @@ public function getAuthData() ]; } - + public function getTerminalsSelfDelivery2(): array + { + return [ + 'clientNumber' => $this->number, + 'clientKey' => $this->key + ]; + } } \ No newline at end of file