Jim, do you maybe have an old copy of this module? The latest one doesn't do that (tested against 1.5.5).
Jim, do you maybe have an old copy of this module? The latest one doesn't do that (tested against 1.5.5).
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.
Looks like they broke it.Modify function remove() in includes/modules/payment/braintree_api.php. Replace what's there with this:
Please report this issue to the Numinix guys. Thanks.Code:function remove() { global $db; $db->Execute("DELETE FROM " . TABLE_CONFIGURATION . " WHERE configuration_key LIKE 'MODULE\_PAYMENT\_BRAINTREE\_%'"); $this->notify('NOTIFY_PAYMENT_BRAINTREE_UNINSTALLED'); }
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 version at http://www.zen-cart.com/downloads.php?do=file&id=1781 by bislewl appears to already contain that fix.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Sorry, bislewl had posted that link initially. When I downloaded that version yesterday I saw that the remove() function was as thatsoftwareguy just posted.
Hence my implication that the plugin hosted on zen-cart.com already has that code change.
Now, maybe Numinix has a different version over on their site, newer or older. With them you've always gotta re-check what they're up to.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
I see. Here's the confusion. The version posted here is 1.3.1 and has the correct remove module code. The version available from the numinix site is 1.3.5, which is the version I was using. That has the incorrect removal code. I'll review the changed between the two versions and see about posted a corrected 'updated' version.
Fixed 1.3.5 version uploaded as version 1.3.5a. Should be available soon.
Hello
I am running Braintree in sandbox mode on my test site on Windows PC using xampp.
It seems to be running OK, I can configure everything in admin/modules/payment/Braintree
I get the message "update_status Module disabled because SSL is not enabled on this site."
But I also have Paypal implemented on my test site and that works fine so SSL must be working?
Any suggestions welcomed :)
Bookmarks