Last active
September 20, 2017 05:11
-
-
Save web-hat/096b3a7ceeede1b981041826d899be46 to your computer and use it in GitHub Desktop.
Usage of getOrderDetailById()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$order_detail = getOrderDetailById(101); //to get the detail of order ID #101 | |
print_r($order_detail); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment