Skip to content

Commit c21cd22

Browse files
Jim Maddenjoliveros
authored andcommitted
Updated startTimeAfter and startTimeBefore
Updated startTimeAfter and StartTimeBefore to reflect the correct syntax as defined in the PHP Helper library.
1 parent dd1d173 commit c21cd22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rest/call/list-get-example-4/list-get-example-4.5.x.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
$calls = $client->calls->read(
1212
array(
1313
"status" => "in-progress",
14-
"starttimeAfter" => "2009-07-04",
15-
"starttimeBefore" => "2009-07-06"
14+
"startTimeAfter" => "2009-07-04",
15+
"startTimeBefore" => "2009-07-06"
1616
)
1717
);
1818
// Loop over the list of calls and echo a property for each one

0 commit comments

Comments
 (0)