Michael Gillespie
07/07/2022, 5:09 AMwebsolete
07/07/2022, 12:45 PM<cfset session.amazonPayClient.getCheckoutSess(url.amazonCheckoutSessionId)>
but it appears the java method is getCheckoutSession. could this be the issue?Michael Gillespie
07/07/2022, 2:02 PMwebsolete
07/07/2022, 2:18 PMwebsolete
07/07/2022, 2:21 PMwebsolete
07/07/2022, 2:22 PM<cfreturn variables.oClient.getCheckoutSession(checkoutSessionId=arguments.sessionID)>
what happens if you do:
<cfreturn variables.oClient.getCheckoutSession(arguments.sessionID)>
or
<cfreturn variables.oClient.getCheckoutSession(javacast("string",arguments.sessionID))>
Michael Gillespie
07/07/2022, 5:48 PM