Odoo18-Base/addons/payment_xendit/data/neutralize.sql
2025-01-06 10:57:38 +07:00

4 lines
110 B
SQL

UPDATE payment_provider
SET xendit_secret_key = 'dummysecret',
xendit_webhook_token = 'dummytoken';