PW-1078 add DHL as a delivery method for customers in US that pay in SEK

This commit is contained in:
Martin
2018-03-01 13:50:58 +01:00
parent 37146dfc94
commit b82cf7a443
+2
View File
@@ -0,0 +1,2 @@
--PW-1078 add DHL as a delivery method for customers in US that pay in SEK
INSERT INTO "delivery-methods_prices" (method, option, option_value, currency, price, territory) VALUES (10, '', '', 'SEK', 0, 'US');