Duplicate code removed

This commit is contained in:
Pereyaslov Konstantin 2014-12-07 12:21:53 +03:00
parent 6f41a5954b
commit 6a62d17a59

4
src/USPS/Rate.php Normal file → Executable file
View File

@ -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'];
}