Skip to content

Commit

Permalink
Revert "cast header value to an object so that batchSize works in a q…
Browse files Browse the repository at this point in the history
…uery"

This is not needed if the WSDL has the correct elements for queryMore.

This reverts commit b82be72.
  • Loading branch information
pwolanin committed Dec 24, 2011
1 parent db68a89 commit 9116741
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',
(object) array(
array(
'batchSize'=>$batchSize
)
);
Expand Down

0 comments on commit 9116741

Please sign in to comment.