Method: Mints::User#update_location

Defined in:
lib/user.rb

#update_location(id, data, options = nil) ⇒ Object



382
383
384
# File 'lib/user.rb', line 382

def update_location(id, data, options = nil)
  return @client.update__ecommerce__locations(id, data, options)
end