♥kennyk 1 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. Share this post Link to post Share on other sites
Harald Ponce de Leon 741 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. 1 valquiria23 reacted to this , osCommerce Share this post Link to post Share on other sites
♥kennyk 1 Posted July 16, 2019 Excellent work @Harald Ponce de Leon! I have applied this fix and can confirm it does indeed work! Thank you!!! Share this post Link to post Share on other sites