class MidtransApi::Api::Check::Status

Public Instance Methods

get(order_id:) click to toggle source
# File lib/midtrans_api/api/check/status.rb, line 7
def get(order_id:)
  response = client.get("#{order_id}/status", {})
  MidtransApi::Model::Check::Status.new(response)
end