doktorbune Posted February 16, 2015 Share Posted February 16, 2015 Hello At the begininng our gateway was sending our invoiceid to us back and we were using it to define the invoiceid. But yesterday they changed the returned values and now there are no more invoiceid returns. I try to get the invoiceid with sessions and i tried on capture page $_SESSION['myinvoice'] = $params['invoiceid']; and then on callbackpage $invoiceid = $_SESSION['myinvoice']; but that doesnot work. Is there a simple method for this ? 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.