Thanks Jack,
The file doesn't seem to pick up the definitions from the parent, still backtracking this one.
Also, another missing file: includes/modules/gv_account.php
BTW, I'm running version 2.3.4.1 (Frozen)
Carl
The change files for 2.3.4 and RC2 both have an insert to checkout_success.php to include file add_checkout_success.php to modules. This file is missing from the update package. I have commented it out for now, but is it actually needed? If so, where is it?
The problem with the calls to tep_mail is that the last 2 arguments are missing. They are the From Name and the From Email. In modules/payment/square.php at about line 370 You can change :
true))
to
true), STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS)
to fix the error. These can also be set to any name, email you choose.
Carl
After much digging I found that $HTTP_POST_VARS['nonce'] is not getting set, therefore no card data. HTTP_POST_VARS in general is working, as it is used extensively in osCommerce. HELP please!
I resolved the namespace error.
I made the changes recommended by Joe, but now have 2 buttons when not a square payment. Also get the invalid request error.
Any other suggestions?
I would like to connect my store to Intuits Merchant Services for credit card processing. Is there a payment module that will do this? Has anyone achieved this by any method?