Skip to content

Instantly share code, notes, and snippets.

@web-hat
Last active September 20, 2017 05:11
Show Gist options
  • Save web-hat/096b3a7ceeede1b981041826d899be46 to your computer and use it in GitHub Desktop.
Save web-hat/096b3a7ceeede1b981041826d899be46 to your computer and use it in GitHub Desktop.
Usage of getOrderDetailById()
<?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