Odoo18-Base/addons/payment_authorize/data/neutralize.sql
2025-03-10 11:12:23 +07:00

7 lines
209 B
SQL

-- disable authorize payment provider
UPDATE payment_provider
SET authorize_login = NULL,
authorize_transaction_key = NULL,
authorize_signature_key = NULL,
authorize_client_key = NULL;