Changing private method to protected per #15
This commit is contained in:
parent
0aa709e251
commit
190b1d74c9
@ -179,7 +179,7 @@ class Rate extends RateAdapter
|
||||
return $this;
|
||||
}
|
||||
|
||||
private function getPackagesXmlString()
|
||||
protected function getPackagesXmlString()
|
||||
{
|
||||
$packages = '';
|
||||
foreach ($this->shipment->getPackages() as $p) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user