Hi
We had Gpay module installed, and it was fine, but we decieded to remove it.
But I just logged in to checkout to test something and there is Gpay again!!! In Chekout!!
Why would this be? https://www.screencast.com/t/s1B7akmrO9K. What is inserting it?
Have you disabled the gpay extension from app/etc/config.php?
If no, then please set 0 for the gpay module in the app/etc/config.php file and run the deploy command if necessary.
Or else
You can use the below command to disable the extension.
php bin/magento module:disable Module_ModuleName -- clear-static-content
Hi
I found the issue, i should have checked the source code, it was out Stripe module was still set to 'Enable' Gpay in checkout!!
A simple thing I had missed