Skip to content
Snippets Groups Projects
Commit dfdd9c3c authored by niyasraphy's avatar niyasraphy
Browse files

[FIX] payment_mollie: neutralize mollie token


before this commit, on neutralizing the database the
mollie token is not cleared from the payment provider.

after this commit, on neutralizing a database, the
token from mollie payment provider is cleared.

closes odoo/odoo#125296

Signed-off-by: default avatarAntoine Vandevenne (anv) <anv@odoo.com>
parent c5b38436
No related branches found
No related tags found
No related merge requests found
-- disable mollie payment provider
UPDATE payment_provider
SET mollie_api_key = NULL;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment