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

Update CreatePlan.php #225

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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