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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Smalot/Magento/Order/OrderShipment.php

Lines changed: 1 addition & 1 deletion
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)