Changing private method to protected per #15

This commit is contained in:
Jamie Isaacs 2017-08-14 10:05:45 -07:00 committed by GitHub
parent 0aa709e251
commit 190b1d74c9

View File

@ -179,7 +179,7 @@ class Rate extends RateAdapter
return $this; return $this;
} }
private function getPackagesXmlString() protected function getPackagesXmlString()
{ {
$packages = ''; $packages = '';
foreach ($this->shipment->getPackages() as $p) { foreach ($this->shipment->getPackages() as $p) {