Skip to content

Commit

Permalink
Code comment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sandilya-narahari committed Sep 2, 2020
1 parent ceeaa8b commit 6e683f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gocardless_pro/services/subscriptions_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def pause(self,identity,params=None, headers=None):
When `pause_cycles` is omitted the subscription is paused until the
[resume endpoint](#subscriptions-resume-a-subscription) is called.
If the subscription is collecting a fixed number of payments,
`end_date` will be set to `nil`.
`end_date` will be set to `null`.
When paused indefinitely, `upcoming_payments` will be empty.
When `pause_cycles` is provided the subscription will be paused for the
Expand Down

0 comments on commit 6e683f5

Please sign in to comment.