Add support for ALL parameters in initSession function
Additional Info
The initSession function does not support all possible parameters that the createEndUserAgreement and createRequisition support. This did not allow me to set the redirectImmediate parameter when calling the init function.
I went ahead and added all other missing parameters too and updated the functions description.
Proposed Changes
initSession
functionAdditional Info
The
initSession
function does not support all possible parameters that thecreateEndUserAgreement
andcreateRequisition
support. This did not allow me to set theredirectImmediate
parameter when calling the init function.I went ahead and added all other missing parameters too and updated the functions description.