Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jonas Eriksson 930 posts 1825 karma points
    Feb 06, 2015 @ 11:56
    Jonas Eriksson
    0

    GetFinalizedOrdersForCustomer does not list the orders

    Hi

    I'm trying to check finalized order for a customer - but it does not return any - even though the database says they are finalized.

    <p>Your id: @loginId</p>
    var finalizedOrders = TC.GetFinalizedOrdersForCustomer(1, loginId);
    foreach(var order in finalizedOrders){
     <p>@order.OrderNumber</p>
    }

    In the database I see my orders with correct CustomerId, a order number, and a date in the DateFinalized field.

    What's up?

    Thanks

    Jonas

  • Anders Burla Johansen 2560 posts 8256 karma points
    Feb 06, 2015 @ 11:58
  • Jonas Eriksson 930 posts 1825 karma points
    Feb 06, 2015 @ 12:06
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies