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