That's a shame. I did a bit more digging and looked at their updated docs, where they say "Note: Venmo is not currently supported for Web."
https://developers.braintreepayments...ypal-and-venmo
That's a shame. I did a bit more digging and looked at their updated docs, where they say "Note: Venmo is not currently supported for Web."
https://developers.braintreepayments...ypal-and-venmo
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
The fix submitted in version 4 is not correct - new installs will create TABLE_BRAINTREE instead of <prefix>braintree.
The solution is to include the file which defines the table name on line 6 of includes/modules/payment/braintree_api.php.
require_once(DIR_FS_CATALOG . 'includes/extra_datafiles/braintree_api.php');
Alternately, a one time definition could be made:
if (!defined('TABLE_BRAINTREE')) define('TABLE_BRAINTREE', DB_PREFIX . 'braintree');
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Hi Guys,
I'm having trouble with the braintree module and i just can't see whats wrong so i hope someone can help me.
I have installed the 1.2.2 version of the braintree module onto the latest version of zencart 1.5.4 and i have put in all my keys etc.
When i go to checkout i input the card details then go to the confirmation page as usual but when i click complete it goes back to step 2 and says sorry we cannot process your order, Please try again.
I turned on debug and recieved 2 emails as below.
Email 1
before_process - DP-1
braintree_api
Beginning DP Mode
Email 2
before_process - DP-5
braintree_api
Result:
Thats all i get everytime i try to order.
SSL is on the site an enabled properly in the config files etc but i cant seem to get around this.
Hope you can help
Thanks
Andy
Transactions with American Express (AMEX) seem to not work - has anyone else experienced this? AMEX is configured in the Braintree Dashboard.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
There's a bug in version 6. In includes/modules/payment/braintree_api.php line 781 you need to global $messageStack.
[10-Feb-2015 16:18:02 America/New_York] PHP Fatal error: Call to a member function add() on a non-object in /Users/scott/Sites/site/includes/modules/payment/braintree_api.php on line 809
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Much obliged. Any thoughts about AMEX?
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
I just found I had this problem too, and it was caused by updating the module but not doing a Remove/Install so the new keys would be set up.
One new key you will need to set is the Merchant ID. It's a bit hard to find - login to BrainTree, go to the Dashboard, and click Settings->Processing. Then scroll to the bottom of the page. You'll see it under "Merchant Accounts" in the "Merchant Account ID" field.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.