Set missing payment type on order (#417)

This commit is contained in:
Fredrik Ringqvist
2024-09-06 10:14:33 +02:00
committed by GitHub
parent aa8c8e6157
commit 909aa8f714
+1
View File
@@ -0,0 +1 @@
UPDATE orders SET payment_type = 'adyen' WHERE id = 1498611;