Skip to content

Payment description with Cyrillic letters not displayed correctly in browser #9

Description

@ykrapiva

Please change LiqPay.java:116
String data = base64_encode(JSONObject.toJSONString(withSandboxParam(withBasicApiParams(params))));
to this (or provide some control over encoding)
String data = base64_encode(JSONObject.toJSONString(withSandboxParam(withBasicApiParams(params))).getBytes("UTF-8"));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions