Hi
I am trying to select all orders with the capture state 'Captured', however there does not seem to be a column in the database presenting this information, other than 'OrderCaptureInfo', which also contains a bunch of XML. I could of course search in the mentioned column for the capture state that I am interested in, but I assume there must be a more straightforward way.
Should I search this column for the desired value or is there, in fact, a better way to get this value for an order?
/ Roald