Method: FbGraph::Order#cancel!
- Defined in:
- lib/fb_graph/order.rb
#cancel!(options = {}) ⇒ Object Also known as: canceled!
37 38 39 |
# File 'lib/fb_graph/order.rb', line 37 def cancel!( = {}) update .merge(:status => :canceled) end |