Skip to content

Commit eaa9949

Browse files
committed
fix comment note typo
1 parent dd1884b commit eaa9949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message/CancelSubscriptionRequest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function getData()
6464
$data = array();
6565

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

0 commit comments

Comments
 (0)