Use FedEx Economy for rest of EU (#323)

This commit is contained in:
Fredrik Ringqvist
2023-05-04 10:38:14 +02:00
committed by GitHub
parent ac938224c3
commit b31376e078
+6
View File
@@ -0,0 +1,6 @@
-- Replace DHL Economy in remaining EU countries (with own PW markets) with Fedex Standard
-- FR already done. Also skip DK,SE,FI, they have Bring.
UPDATE "delivery-methods_prices"
SET method = (select id from "delivery-methods" where name = 'fedexStandardEU')
WHERE method = (select id from "delivery-methods" where name = 'dhlEconomyEU')
AND territory in ('AT','BE','DE','EE','ES','IE','IT','LU','NL','PL','RO');