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

7 lines
209 B
MySQL
Raw Permalink Normal View History

2025-03-10 11:12:23 +07:00
-- disable authorize payment provider
UPDATE payment_provider
SET authorize_login = NULL,
authorize_transaction_key = NULL,
authorize_signature_key = NULL,
authorize_client_key = NULL;