Method: Mints::User#update_product
- Defined in:
- lib/user.rb
#update_product(id, data, options = nil) ⇒ Object
234 235 236 |
# File 'lib/user.rb', line 234 def update_product(id, data, = nil) return @client.update__ecommerce__products(id, data, ) end |