# File lib/braintree/payment_method.rb, line 13
    def self.update(token, attributes)
      Configuration.gateway.payment_method.update(token, attributes)
    end