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

6 lines
167 B
SQL

-- disable stripe payment provider
UPDATE payment_provider
SET stripe_secret_key = NULL,
stripe_publishable_key = NULL,
stripe_webhook_secret = NULL;