From eaa99493c468030aa7fc603e0ca3e38645396ec5 Mon Sep 17 00:00:00 2001 From: Welling Guzman Date: Wed, 31 Aug 2016 12:29:26 -0400 Subject: [PATCH] fix comment note typo --- src/Message/CancelSubscriptionRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Message/CancelSubscriptionRequest.php b/src/Message/CancelSubscriptionRequest.php index beb362e2..b1c38819 100644 --- a/src/Message/CancelSubscriptionRequest.php +++ b/src/Message/CancelSubscriptionRequest.php @@ -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';