Module: Stosp::Client::StickerPrint
- Included in:
- Stosp::Client
- Defined in:
- lib/stosp/client/sticker_print.rb
Instance Method Summary collapse
Instance Method Details
#sticker_print(mega_order_ids, options = {}) ⇒ Object
6 7 8 |
# File 'lib/stosp/client/sticker_print.rb', line 6 def sticker_print(mega_order_ids, = {}) get '/org/sticker/apiPrint', .merge(megaorderIds: mega_order_ids) end |