• Welcome to KonaKart Community Forum. Please login or sign up.
 

Currency in Order Object null?

Started by ReLLiK75, December 05, 2008, 01:11:40 am

Previous topic - Next topic

ReLLiK75

Is the currency object that gets returned by within the orderArray of Orders when calling getOrdersPerCustomer supposed to be null?  I've verified using your java examples that it does, in fact get returned as null while properties like currencyCode and currencyValue get returned with values.

Thanks!

ReLLiK75

I think I've figured it out. 

Currency is supposed to be null until you set order.currency=getCurrency(order.currencyCode).

Hopefully this bit of info also helps someone else out!