Skip to content

Commit

Permalink
example
Browse files Browse the repository at this point in the history
  • Loading branch information
afiqiqmal committed May 2, 2018
1 parent 768b93e commit f41afcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
require_once __DIR__ .'/../vendor/autoload.php';

$response = parcel_track()->gdExpress()->setTrackingNumber("4941410530")->fetch();
$response = parcel_track()->postLaju()->setTrackingNumber("4941410530")->fetch();
$response = parcel_track()->abxExpress()->setTrackingNumber("EZP843055940197")->fetch();

header('Content-type: application/json');
Expand Down

0 comments on commit f41afcb

Please sign in to comment.