Skip to content

Commit

Permalink
Merge pull request #16 from 0s1r1s/master
Browse files Browse the repository at this point in the history
Wrong method name for OrderShipment getInfo
  • Loading branch information
smalot committed Jun 2, 2016
2 parents 72fb881 + e67936c commit 4630ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Smalot/Magento/Order/OrderShipment.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function getCarriers($orderIncrementId)
*/
public function getInfo($shipmentIncrementId)
{
return $this->__createAction('salesOrderShipmentInfo', func_get_args());
return $this->__createAction('order_shipment.info', func_get_args());
}

/**
Expand Down

0 comments on commit 4630ae0

Please sign in to comment.