Hi everyone.
I have a website that allows a user to create a shipping profile inside their CIM profile.
The address fields allow for commas, which is by design. However, it seems that when I make a new "customer profile transaction request" using the existing C# SDK and sample code, the actual response includes the shipping address, which contains a comma... the side-effect of this, is that the response field called "directResponse" which is a comma seperated field is all out of whack since the shipping address field contains a comma (or two or three)...
How can I get around this issue? Obviously, it would be ideal for the SDK to escape the commas in the "directResponse" property, can this be achieved?
โ02-28-2016 08:24 PM
Hello @maccamacca
Which version of our C# SDK are you using? Are you using the new controller model or the legacy integration methods?
Richard
โ03-01-2016 09:50 PM
change the code and recompile, put in a issue on github
โ03-02-2016 04:41 AM