Skip to content

Commit

Permalink
Merge remote-tracking branch 'zuora/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
pwolanin committed Dec 24, 2011
2 parents b82be72 + d6df7c3 commit db68a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.php
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ function subscribe($instance, $ProductRatePlan,$GeneratePayments=true,$GenerateI

$zSubscribeOptions = new Zuora_SubscribeOptions($GenerateInvoice,$GeneratePayments);

$result = $instance->subscribe($zAccount, $zBillToContact, $zPaymentMethod, $zSubscriptionData,$zSubscribeOptions);
$result = $instance->subscribe($zAccount, $zSubscriptionData,$zBillToContact, $zPaymentMethod, $zSubscribeOptions);

return $result;

Expand Down

0 comments on commit db68a89

Please sign in to comment.