# File lib/braintree/subscription.rb, line 65 def self.update(subscription_id, attributes) Configuration.gateway.subscription.update(subscription_id, attributes) end