You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we also generate the xml type safely with a class of this library or should this be done manually?
var xmlBase64 = Base64.getEncoder().encodeToString(xml.getBytes());
var outputContent = new OutputContent();
outputContent.setOutputXHTML(xmlBase64.getBytes());
outputContent.setOutputFormat(OutputFormatType.XHTML);
The text was updated successfully, but these errors were encountered:
Based on docs here: https://docs.adyen.com/point-of-sale/shopper-engagement/display-data/display-receipt/#virtual-receipt-xml
Can we also generate the xml type safely with a class of this library or should this be done manually?
The text was updated successfully, but these errors were encountered: