Set missing payment method on 3 orders (#428)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
UPDATE orders SET payment_type = 'adyen' WHERE id in (1517557, 1517560, 1517562);
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
UPDATE orders SET payment_type = 'adyen' WHERE id in (1517557, 1517560, 1517562);
|
||||