diff --git a/lib/gocardless_pro/resources/subscription.rb b/lib/gocardless_pro/resources/subscription.rb index 9daff24..9baf108 100644 --- a/lib/gocardless_pro/resources/subscription.rb +++ b/lib/gocardless_pro/resources/subscription.rb @@ -67,7 +67,6 @@ module Resources # last working day of the month). # - otherwise the charge date will be rolled __forwards__ to the next # business day. - # class Subscription attr_reader :amount attr_reader :app_fee diff --git a/lib/gocardless_pro/services/subscriptions_service.rb b/lib/gocardless_pro/services/subscriptions_service.rb index 8937c24..938ff08 100644 --- a/lib/gocardless_pro/services/subscriptions_service.rb +++ b/lib/gocardless_pro/services/subscriptions_service.rb @@ -180,7 +180,6 @@ def update(identity, options = {}) # # - `pause_cycles_must_be_greater_than_or_equal_to` if the provided value for # `pause_cycles` cannot be satisfied. - # # Example URL: /subscriptions/:identity/actions/pause # # @param identity # Unique identifier, beginning with "SB".