# File lib/active_merchant/billing/gateways/skip_jack.rb, line 238 def status(order_id) post = { } post[:szOrderNumber] = :order_id commit(:get_status, nil, post) end