Method: Mints::User#update_product_type
- Defined in:
- lib/user.rb
permalink #update_product_type(id, data, options = nil) ⇒ Object
[View source]
339 340 341 |
# File 'lib/user.rb', line 339 def update_product_type(id, data, = nil) return @client.update__ecommerce__product_types(id, data, ) end |