3919 - Use fedex in UK (#333)
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
-- Replace dhlEconomyUk with fedexStandardWorld in GB
|
||||||
|
UPDATE "delivery-methods_prices"
|
||||||
|
SET method = (select id from "delivery-methods" where name = 'fedexStandardWorld')
|
||||||
|
WHERE method = (select id from "delivery-methods" where name = 'dhlEconomyUK')
|
||||||
|
AND territory = 'GB';
|
||||||
|
|
||||||
|
-- Replace dhl (express) with fedexStandardWorld in GB
|
||||||
|
UPDATE "delivery-methods_prices"
|
||||||
|
SET method = (select id from "delivery-methods" where name = 'fedexExpressWorld')
|
||||||
|
WHERE method = (select id from "delivery-methods" where name = 'dhl')
|
||||||
|
AND territory = 'GB';
|
||||||
Reference in New Issue
Block a user