From af9c402bf4dfbd3301461e7fbbecd9cd0fd9798b Mon Sep 17 00:00:00 2001 From: JaneKiseleva Date: Mon, 18 Apr 2022 19:44:28 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=BC=D0=B5=D1=82=D0=BE=D0=B4=20getTerminalsSelfDeliv?= =?UTF-8?q?ery2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/DpdClient.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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