killbill icon indicating copy to clipboard operation
killbill copied to clipboard

Issue in uploading catalog/invoice translation

Open reshmabidikar opened this issue 3 years ago • 0 comments

The following error occurs while invoking the Upload Catalog Translation/ Upload Invoice Translation endpoints via Java code:

Invalid locale format: en_US/

On further investigation, it was founded that these methods first upload the translation file and then fetch the translation file contents via the location header. The error occurs while fetching the translation file using the location header and is most probably because the locale is not retrieved properly from the location header.

reshmabidikar avatar Feb 02 '22 08:02 reshmabidikar