Culture parameter in J.api.category.get

Issue #62 resolved
Sebastian Gelotte created an issue

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);

Comments (4)

  1. Log in to comment