Hello
We use authorize.net Java SDK, latest version 2.0.1. Using JDK 11 (not 8) on Windows 10.
--
We get a failed (with errors), Order Summary page
if the return URL that has more than one query parameters (delimited by &)
If we specifiy just 1 query parameter in the return URL, the hosted page seem to work with no problem (we get the Order summary screen, can enter cc number and click continue).
The errors in the Hosted page can be seen in the attached image
The errors are:
SyntaxError: "" string literal contains an unescaped line break
ERROR ReferenceError: "g_errorPanelMessage is not defined"
ERROR TypeError: "this.paymentProfileList" is undefined
The debugger screenshot attached to this messsage, showing all the parameters that are passed (and the issue pointed by yellow error) into API -- is also attached (auth-net-issue1b.png) picture. It contains all the parameters and their order.
--
we searched community forums, but no helpful discussion were found.
We receive no errors from the API call (the token it generates seems to be valid).
--
Debugger screenshot
Hosted web page error