Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardPerdaan committed Apr 1, 2019
1 parent 48e57c0 commit c91f3ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Adapter/ConsignmentAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ private function baseOptions()
->setPostalCode($recipient['postal_code'])
->setStreet($recipient['street'])
->setCity($recipient['city'])
->setEmail( isset($recipient['email']) ? $recipient['email'] : '')
->setPhone( isset($recipient['phone']) ? $recipient['phone'] : '')
->setEmail(isset($recipient['email']) ? $recipient['email'] : '')
->setPhone(isset($recipient['phone']) ? $recipient['phone'] : '')
->setPackageType($options['package_type'])
->setLabelDescription(isset($options['label_description']) ? $options['label_description'] : '')
;
Expand Down

0 comments on commit c91f3ea

Please sign in to comment.