Duplicate code removed
This commit is contained in:
parent
6f41a5954b
commit
6a62d17a59
4
src/USPS/Rate.php
Normal file → Executable file
4
src/USPS/Rate.php
Normal file → Executable 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'];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user