- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2022
08:10 AM
03-09-2022
08:10 AM
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?
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2022
11:06 PM
03-09-2022
11:06 PM
Re: Gpay is still displaying even though we removed 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
Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.
200+ Magento 2 Extensions for Enhanced Shopping Experience.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2022
11:42 PM
03-09-2022
11:42 PM
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