Replies: 0
Hey guys,
I’m putting this message in the support threads for both of your plugins: Motopress Hotel Booking and Woocommerce Braintree Payment Gateway. Both your plugins perform a “require_once” of the Braintree SDK which creates a fatal error on the Woocommerce checkout page “Cannot redeclare requireDependencies()”. This function is defined in the Braintree SDK and in the Braintree SDK there should have been a test that the function is not already declared before declaring it.
But the problem is that this creates a fatal conflict between your two plugins which breaks the checkout page.
Can you please fix this?