mirror of
https://github.com/bringout/oca-ocb-pos.git
synced 2026-04-20 09:22:09 +02:00
3 lines
99 B
SQL
3 lines
99 B
SQL
-- disable Adyen Payement POS integration
|
|
UPDATE pos_payment_method
|
|
SET adyen_test_mode = true;
|