Magento 2
How to delete all the Stripe extension's settings from the Magento database?
Extensions
Stripe
dmitrii_fediuk
(Dmitrii Fediuk)
October 24, 2017, 11:33pm
2
@webbrowser
DELETE FROM `core_config_data` WHERE path like 'df_payment/stripe/%'
show post in topic