From 6a62d17a590b2ba257bce82fdad5717ad76a5ec2 Mon Sep 17 00:00:00 2001 From: Pereyaslov Konstantin Date: Sun, 7 Dec 2014 12:21:53 +0300 Subject: [PATCH] Duplicate code removed --- src/USPS/Rate.php | 4 ---- 1 file changed, 4 deletions(-) mode change 100644 => 100755 src/USPS/Rate.php diff --git a/src/USPS/Rate.php b/src/USPS/Rate.php old mode 100644 new mode 100755 index 33b43fe..a664d5a --- a/src/USPS/Rate.php +++ b/src/USPS/Rate.php @@ -78,10 +78,6 @@ class Rate extends RateAdapter $this->password = $options['password']; } - if (isset($options['username'])) { - $this->username = $options['username']; - } - if (isset($options['approved_codes'])) { $this->approved_codes = $options['approved_codes']; }