Hello,
We encountered an issue with escape characters when processing payments for Bulgaria through GoPay. After contacting GoPay support, we were informed that the presence of escape characters causes their system to treat the request as a potential threat, which leads to it being rejected.
To resolve this, could you please add functionality to specify the JSON_FLAG parameter in the json_encode() function used in the encodeData() method in gopay-php-api/src/GoPay.php?
Thank you for your assistance.
Hello,
We encountered an issue with escape characters when processing payments for Bulgaria through GoPay. After contacting GoPay support, we were informed that the presence of escape characters causes their system to treat the request as a potential threat, which leads to it being rejected.
To resolve this, could you please add functionality to specify the
JSON_FLAGparameter in thejson_encode()function used in theencodeData()method ingopay-php-api/src/GoPay.php?Thank you for your assistance.