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