Trailing slash in sessionid querystring in transaction results
-
Hi All,
I’m working on a new payment gateway, and it requires a confirmation return URL from their site. The issue is, that when the user is returned to the transaction results page, the url has a trailing slash after the querystring. I believe the permalink setting is doing this.
/transaction-results/?sessionid=123456/
The slash breaks the code, as the function wpsc_get_transaction_html_output needs to compare the session IDs and the slash is included in the comparison.
is there any way that the trailing slash can be removed in the querystring?
Thanks in advance!
- The topic ‘Trailing slash in sessionid querystring in transaction results’ is closed to new replies.