♥kennyk Posted July 15, 2019 Share Posted July 15, 2019 In my shop we only accept credit cards from US and Canadian customers. BrainTree is ignoring the Payment Zones configured. I used this same payment zone with Authorize.Net without issue. Anyone know how to fix this? Thank you in advance. Quote Link to comment Share on other sites More sharing options...
Harald Ponce de Leon Posted July 16, 2019 Share Posted July 16, 2019 There is a bug with the Braintree App v2.011 that does not respect the Payment Zone if one has been specified. Until the next App update is pushed out, those affected by this issue can easily apply the following change. In the following file: catalog/includes/modules/payment/braintree_cc.php on lines 95 and 97, the following constant is being referenced: OSCOM_APP_PAYPAL_DP_ZONE simple replace both instances with the following constant: OSCOM_APP_PAYPAL_BRAINTREE_CC_ZONE and save the file. Payment Zones will then work as normal. valquiria23 1 Quote , osCommerce Link to comment Share on other sites More sharing options...
♥kennyk Posted July 16, 2019 Author Share Posted July 16, 2019 Excellent work @Harald Ponce de Leon! I have applied this fix and can confirm it does indeed work! Thank you!!! 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.
Note: Your post will require moderator approval before it will be visible.