Skip to content

Commit

Permalink
cast header value to an object so that batchSize works in a query
Browse files Browse the repository at this point in the history
  • Loading branch information
pwolanin committed Dec 23, 2011
1 parent baf7ae8 commit b82be72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/API.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public function setQueryOptions($batchSize){
$header = new SoapHeader(
'http://api.zuora.com/',
'QueryOptions',
array(
(object) array(
'batchSize'=>$batchSize
)
);
Expand Down

0 comments on commit b82be72

Please sign in to comment.