Skip to content

Commit

Permalink
Expressen now has 6 day delivery (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
varney authored Jul 15, 2024
1 parent cfc1b41 commit 4425643
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/product-mapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const productConfig = {
modexProducts: [ { productName: "Expressen", productCode: "EX" } ],
diCustomerSystem: "EXPA",
diTitle: "EX Expressen",
deliveryDays: sevenDay,
deliveryDays: sixDay,
},
{
title: "sportexpressen",
Expand All @@ -89,7 +89,7 @@ const productConfig = {
modexProducts: [ { productName: "Göteborgstidningen", productCode: "GT" } ],
diCustomerSystem: "GTI",
diTitle: "EX Göteborgstidningen",
deliveryDays: sevenDay,
deliveryDays: sixDay,
},
{
title: "kvp",
Expand All @@ -100,6 +100,7 @@ const productConfig = {
modexProducts: [ { productName: "Kvällsposten", productCode: "KV" } ],
diCustomerSystem: "KVP",
diTitle: "EX Kvällsposten",
deliveryDays: sixDay,
},
{
title: null,
Expand Down

0 comments on commit 4425643

Please sign in to comment.