P5-6415 Change UK delivery method for Brexit (#164)

This commit is contained in:
fredrikphotowall
2020-12-30 12:18:48 +01:00
committed by GitHub
parent 809644d045
commit 3d878bb838
+5
View File
@@ -0,0 +1,5 @@
-- P5-6415 UK delivery method changes
-- Replace current premium UK method DhlExpress with the one used for USA
UPDATE "delivery-methods_prices" SET method = 10 where method = 14 and territory = 'GB';