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

7 lines
216 B
MySQL
Raw Permalink Normal View History

2025-03-10 11:12:23 +07:00
-- disable asiapay payment provider
UPDATE payment_provider
SET asiapay_merchant_id = NULL,
asiapay_currency_id = NULL,
asiapay_secure_hash_secret = NULL,
asiapay_secure_hash_function = NULL;