You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some API are running tasks asynchronously (eg: Order operations...).
Those API will return a ticket resource that will be used to follow task status and advancement.
$ticketCollection = $operation->execute();
foreach($ticketCollectionas$ticket) {
$ticket->getId(); // Get task ID
}
The text was updated successfully, but these errors were encountered:
Some API are running tasks asynchronously (eg: Order operations...).
Those API will return a ticket resource that will be used to follow task status and advancement.
The text was updated successfully, but these errors were encountered: