Change Switzerland express delivery price 8 CHF (#284)
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
-- Change Switzerland Express shipping price to 8 CHF
|
||||||
|
|
||||||
|
UPDATE "delivery-methods_prices" SET price = 8 WHERE territory = 'CH' AND currency = 'CHF'
|
||||||
|
AND method = (select id from "delivery-methods" where name = 'dhl');
|
||||||
|
|
||||||
Reference in New Issue
Block a user