WoofHosting Posted April 22, 2009 Share Posted April 22, 2009 I'm building a Module for Intuit Merchant Services and here what i have if($gatewayresult=="success") { addInvoicePayment($invoiceid,$transid,$amount,$fees,"intuit","on"); logTransaction("intuit",$debugdata,"Successful"); sendMessage("Credit Card Payment Confirmation",$invoiceid); $result="success"; } else { logTransaction("intuit",$debugdata,"Declined"); sendMessage("Credit Card Payment Failed",$invoiceid); $result="declined"; } return $result; } what page sould it goto for success and declined? is there a premade page? 0 Quote Link to comment Share on other sites More sharing options...
npTechnologies Posted April 25, 2009 Share Posted April 25, 2009 Were you able to get this module working? We would be very interested in this. 0 Quote Link to comment Share on other sites More sharing options...
WoofHosting Posted April 27, 2009 Author Share Posted April 27, 2009 its about to be in Internal Testing Soon. 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.