Hi @swapnilghone9
Thank you for reaching out!
First, kindly enable debugging for this payment method and then view those logs via WP Admin → WooCommerce → Status → Logs
. Choose the most recent Braintree log to view and see if there are any clues there regarding Apple Pay.
After that I’d try a conflict test. This kind of problem is usually caused by a conflict with your theme or with another plugin.
?
The best way to determine this is to:
- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce and Braintree for WooCommerce Payment Gateway
- Check if the Apple Pay button is showing now.
If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.
Before you start
- First, please make sure you have a good backup in place of your full site and database. Most hosting companies have this included in the subscription, but you could also consider using a service like Jetpack. If something goes wrong, it’s nice to know that you can restore your site.
- Second, I would suggest installing a plugin called Health Check & Troubleshooting. This is a plugin developed by the WordPress community and it allows you to disable plugins without affecting your current site visitors.
I hope that helps ??