Skip to content

Commit fb20eb7

Browse files
authored
Merge pull request #14 from lorro/master
getShipperName function changed from private to public
2 parents 0dcfa10 + 0502b4b commit fb20eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Picqer/Carriers/SendCloud/Parcel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function getTrackingUrl()
104104
}
105105
}
106106

107-
private function getShipperName()
107+
public function getShipperName()
108108
{
109109
foreach ($this->shipperShippingMethodIds as $shipper => $methodIdArray) {
110110
if (in_array($this->shipment['id'], $methodIdArray)) {

0 commit comments

Comments
 (0)