Method: Mints::User#update_price
- Defined in:
- lib/user.rb
#update_price(id, data, options = nil) ⇒ Object
276 277 278 |
# File 'lib/user.rb', line 276 def update_price(id, data, = nil) return @client.update__ecommerce__prices(id, data, ) end |