Skip to content

Commit

Permalink
fix comment note typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wellingguzman committed Aug 31, 2016
1 parent dd1884b commit eaa9949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Message/CancelSubscriptionRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function getData()
$data = array();

// NOTE: Boolean must be passed as string
// Otherwise it will be converted as numeric 1 or 2
// Otherwise it will be converted to numeric 0 or 1
// Causing an error with the API
if ($this->getAtPeriodEnd()) {
$data['at_period_end'] = 'true';
Expand Down

0 comments on commit eaa9949

Please sign in to comment.