Attractum Posted October 8, 2012 Share Posted October 8, 2012 I have checked with Payment Express and used their sandbox demo testing site and I can see that the Payment Express site is definitely sending back the "&" (without quotes; see below) as part of the URI to link to the Pay Now button on the invoice. However, when WHMCS is generating the invoice the "&" (generated from the xml URI) is being stripped. So the payment link string is showing the userid=companynamerequest=..... (see below) when in fact it should be userid=companyname&request=.... Does anyone know how to prevent WHMCS from stripping the "&" Being Generated by Payment Express <Request valid="1"><URI>/https://sec.paymentexpress.com/pxpay/pxpay.aspx?userid=companyname&request=......</URI></Request> WHMCS Link on Pay Now Button: /https://sec.paymentexpress.com/pxpay/pxpay.aspx?userid=companynamerequest=...... Any ideas on how to solve this one? Thanks in advance 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.