Method: Tickethub::Channel::Order#confirm
- Defined in:
- lib/tickethub/channel/order.rb
#confirm(params = {}) ⇒ Object
34 35 36 |
# File 'lib/tickethub/channel/order.rb', line 34 def confirm(params = {}) self.load @endpoint[:confirm].post(params) end |