Working in the Sandbox with a dev kit (API 17 version).
I successfully followed the getcurrentemployee example over on GitHub. I can get the employee "get" information - Nickname, Id, etc.
However, I set a "Custom ID" in my sandbox merchant account. The call to employee.getCustomId() returns an empty string. How can I get the Custom ID?
Additional info - a call to "employee.hasCustomId()" returns true. The length() of the result of employee.getCustomId() is 0.