We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd1884b commit eaa9949Copy full SHA for eaa9949
src/Message/CancelSubscriptionRequest.php
@@ -64,7 +64,7 @@ public function getData()
64
$data = array();
65
66
// NOTE: Boolean must be passed as string
67
- // Otherwise it will be converted as numeric 1 or 2
+ // Otherwise it will be converted to numeric 0 or 1
68
// Causing an error with the API
69
if ($this->getAtPeriodEnd()) {
70
$data['at_period_end'] = 'true';
0 commit comments