Hello
i have one problem.
I am using Void Method for cancellation the trasacation.it sucssfully run . but i want hide or remove sucess message which is comes after the approved the trasactions.
below are the message.
1|1|1|This transaction has been approved.|WRSMI7|P|2167661306|||0.00|CC|void||||||||||||||||||||||||||78485B2AF0597666EFD3494FA3E3B2F2|||||||||||||XXXX1111|Visa||||||||||||||||
and i am using below link for intregration
Thanks,
Deepak
12-27-2011 07:09 AM
Hide it from who? No one sees it but you, the developer. Once you get the approval you can do whatever the business logic dictates you do. If that means discarding the approval and not displaying it to the user then that's perfectly fine. That example is just echoing out the results for testing purposes. You don't have to do that in your application.
12-27-2011 07:14 AM - edited 12-27-2011 07:16 AM