Method: Mints::User#update_product_brand
- Defined in:
- lib/user.rb
#update_product_brand(id, data, options = nil) ⇒ Object
318 319 320 |
# File 'lib/user.rb', line 318 def update_product_brand(id, data, = nil) return @client.update__ecommerce__product_brands(id, data, ) end |