P5-3215 - Fix samplesDelivery for US

This commit is contained in:
Anders Gustafsson
2018-11-08 10:22:17 +01:00
parent fa51ea59f7
commit 498c98257a
+4
View File
@@ -0,0 +1,4 @@
--P5-3215 Add missing price for samplesDelivery in US.
INSERT INTO "delivery-methods_prices" (method, option, option_value, currency, price, territory) VALUES
(11, '', '', 'USD', 0, 'US');