From 6803d5642830823395d8bb0b2f951affdc145430 Mon Sep 17 00:00:00 2001 From: Viktor Chistyakov Date: Thu, 5 Sep 2019 16:04:13 +0300 Subject: [PATCH] Minor fixes --- src/api/Envelope.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/api/Envelope.php b/src/api/Envelope.php index 590524d..c2b4a6c 100644 --- a/src/api/Envelope.php +++ b/src/api/Envelope.php @@ -477,14 +477,13 @@ public function create($filename = null) } $labelOptions = [ + 'Rate' => $this->getRateOptions(), 'Authenticator' => $this->getAuthToken(), 'IntegratorTxID' => time(), 'SampleOnly' => $this->isSampleOnly, 'ImageType' => $this->imageType, 'Mode' => $this->mode, - 'Rate' => $this->getRateOptions(), - 'From' => [ 'FullName' => $this->from->getFullname(), 'Address1' => $this->from->getAddress1() ?? '',