Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Update CreatePlan.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MartyIX committed Jan 27, 2015
1 parent c269976 commit bfd3016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/billing/CreatePlan.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
// You should be able to see the acceptable values in the comments.
$paymentDefinition->setName('Regular Payments')
->setType('REGULAR')
->setFrequency('Month')
->setFrequency('MONTH')
->setFrequencyInterval("2")
->setCycles("12")
->setAmount(new Currency(array('value' => 100, 'currency' => 'USD')));
Expand Down

0 comments on commit bfd3016

Please sign in to comment.