Skip to content

Commit

Permalink
update to 28 WSDL
Browse files Browse the repository at this point in the history
  • Loading branch information
pwolanin committed Feb 9, 2011
1 parent 957ab20 commit 2f76a05
Show file tree
Hide file tree
Showing 2 changed files with 447 additions and 128 deletions.
6 changes: 3 additions & 3 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@

$username = '<your username>';
$password = '<your password>';
$endpoint = 'https://www.zuora.com/apps/services/a/17.0';
$endpoint = "https://www.zuora.com/apps/services/a/28.0";

$debug=true;
$query_batch_size = 100;
$wsdl='zuora.17.0.wsdl';
?>
$wsdl='zuora.a.28.0.wsdl';
?>
Loading

0 comments on commit 2f76a05

Please sign in to comment.