Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shusaura85 authored Sep 4, 2024
1 parent 371bb48 commit c1ed87f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/create_awb_extern.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
/*
Functions in CreateAwbExternal REQUEST (only the set* functions are shown, the get* functions simply return the set values)
->addAwb(AwbExtern $awb) // add a new AwbExtern object to the request. You can add as many as you need
->resetAwbs() // clears the added AwbExtern objects from the request
->resetAwbs() // clears the added AwbExtern objects from the request
->setPlatformId($platformId) // use only if needed and you have a platformId number received from Fan Courier
*/

$response = $fan->createAwbExternal($request);
Expand Down

0 comments on commit c1ed87f

Please sign in to comment.