Method: Mints::User#create_location

Defined in:
lib/user.rb

#create_location(data, options = nil) ⇒ Object



378
379
380
# File 'lib/user.rb', line 378

def create_location(data, options = nil)
  return @client.create__ecommerce__locations(data, options)
end