cancel
Showing results for 
Search instead for 
Did you mean: 

Gpay is still displaying even though we removed it.

Gpay is still displaying even though we removed it.

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? 


2 REPLIES 2

Re: Gpay is still displaying even though we removed it.

@rob_wood1 

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
 

 

 

Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.

Re: Gpay is still displaying even though we removed it.

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 Smiley Happy