Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vityachis committed Sep 5, 2019
1 parent c6960d9 commit 6803d56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/api/Envelope.php
Original file line number Diff line number Diff line change
Expand Up @@ -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() ?? '',
Expand Down

0 comments on commit 6803d56

Please sign in to comment.