iam@onnet.su Posted October 22, 2011 Share Posted October 22, 2011 Hello! As it stated in payment gateway example, checking of transaction id function (checkCbTransID($transid) interrupts the whole script execution if such a transaction already processed. Could anybody advise how to change interruption of the script to just returning "failed" result. So that it can be used in processing of several payments (array of payments) in one script. Regards, 0 Quote Link to comment Share on other sites More sharing options...
DanQ Posted October 22, 2011 Share Posted October 22, 2011 You can't using that function, but theres nothing stopping you from searching the db. 0 Quote Link to comment Share on other sites More sharing options...
malin Posted March 9, 2020 Share Posted March 9, 2020 We know the example code: //Checks transaction number isn't already in the database and ends processing if it does checkCbTransID($transid); I want to know transaction number store in which table. 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.