Quote Originally Posted by blainehilton View Post
Thanks, I think that did it! It all looks good now.

I'm doing the testing in the ptc environment with one of the free QBMS accounts. Is there a way to login to there and see if they received it properly, or do I just need to make a new application logon, number, and connection ticket using my client's existing account and try a transaction that way?
This is my Biggest Complaint with Quick Books MS, I have not been able to detrime if they have a web based adimn section to see all of the orders recieved, My Client is suppose to be calling to find out but I have not heard back from them,


Right now I made some Modifications to the code that outputs the Authorization code and Transaction ID in to the "cc_owner" and "cc_number" fields of the order database, to allow for back end tracking, these were not put in the 1.5 release because they are "hacked" in right now.

The module only records the orders after getting a "OK" response back from QBMS so that is how you know they received it ok, if it does not get a response back or "Not OK" response it out puts an error message (there are 2 in the lang file, one for system and one for declined)

The Hardest thing right now is the reconciliation between Quick Books and the web site, which I plan on solving at some point but it will be awhile.