Skip to content

Commit 4630ae0

Browse files
committed
Merge pull request #16 from 0s1r1s/master
Wrong method name for OrderShipment getInfo
2 parents 72fb881 + e67936c commit 4630ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Smalot/Magento/Order/OrderShipment.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function getCarriers($orderIncrementId)
9393
*/
9494
public function getInfo($shipmentIncrementId)
9595
{
96-
return $this->__createAction('salesOrderShipmentInfo', func_get_args());
96+
return $this->__createAction('order_shipment.info', func_get_args());
9797
}
9898

9999
/**

0 commit comments

Comments
 (0)