We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72fb881 + e67936c commit 4630ae0Copy full SHA for 4630ae0
src/Smalot/Magento/Order/OrderShipment.php
@@ -93,7 +93,7 @@ public function getCarriers($orderIncrementId)
93
*/
94
public function getInfo($shipmentIncrementId)
95
{
96
- return $this->__createAction('salesOrderShipmentInfo', func_get_args());
+ return $this->__createAction('order_shipment.info', func_get_args());
97
}
98
99
/**
0 commit comments