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.
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.
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
Hi Jonas
See this post from yesterday :)
https://our.umbraco.org/projects/website-utilities/tea-commerce/tea-commerce-support/61129-GetFinalizedOrdersForCustomer-does-not-list-the-orders
https://our.umbraco.org/projects/website-utilities/tea-commerce/tea-commerce-support/38628-Order-not-getting-finalized
Ah, fix coming in 3.0.1, ok!
is working on a reply...