Odoo18-Base/addons/payment_sips/data/neutralize.sql
2025-03-10 10:52:11 +07:00

5 lines
116 B
SQL

-- disable sips payment provider
UPDATE payment_provider
SET sips_merchant_id = NULL,
sips_secret = NULL;