- changed status to resolved
The call to J.api.helpers.getter lacks variables for culture and currency. The rest call accepts culture (but not currency), so culture should be true.
Before: J.api.helpers.getter(service, callback, callbackOptions, enableCache, cacheMinutes);
Suggested edit: J.api.helpers.getter(service, callback, callbackOptions, enableCache, cacheMinutes, true, false);
Fixed
#62, culture parameter missing in J.api.category.get→ <<cset 8896e99c8692>>