Odoo18-Base/addons/payment_sips/data/neutralize.sql

5 lines
116 B
MySQL
Raw Permalink Normal View History

2025-03-10 11:12:23 +07:00
-- disable sips payment provider
UPDATE payment_provider
SET sips_merchant_id = NULL,
sips_secret = NULL;