Skip to content

Commit bb6496f

Browse files
author
SoftLayer
committed
Fixed sample script bugs.
1 parent bf49ded commit bb6496f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
*
6767
* This example calls the getObject() method in the SoftLayer_Account API
6868
* service. <http://sldn.softlayer.com/wiki/index.php/SoftLayer_Account::getObject>
69-
* It retrieved basic account information, and is a great way to test your API
69+
* It retrieves basic account information, and is a great way to test your API
7070
* account and connectivity.
7171
*/
7272
try {
@@ -96,6 +96,7 @@
9696
// Retrieve the ticket record.
9797
try {
9898
$ticket = $client->getObject();
99+
print_r($ticket);
99100
} catch (Exception $e) {
100101
die('Unable to retrieve ticket record: ' . $e->getMessage());
101102
}

0 commit comments

Comments
 (0)