Odoo18-Base/addons/payment_authorize/data/neutralize.sql
2025-01-06 10:57:38 +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;