Method: Mints::User#update_product_template
- Defined in:
- lib/user.rb
#update_product_template(id, data, options = nil) ⇒ Object
360 361 362 |
# File 'lib/user.rb', line 360 def update_product_template(id, data, = nil) return @client.update__ecommerce__product_templates(id, data, ) end |