Skip to content

Fix updating subscription

paz requested to merge paz/fix-api-updating-subscription into release-4.0

Make SubscriptionsController#update return the instantiated subscription, because the calling code needs it. If the update was not sucessful, the subscription.valid? will be false.

Merge request reports