Hi there

Very simple question, I try to get Order Type but failed to do with below:

  order_id = self.transactions.last_order_id

  order = self.transactions.get_order_by_id(order_id)

  order.type

Why order has NoType? because TYpe is list as attribute of Order.