Skip to content

Commit

Permalink
NTR: remove shipping free from products in cypress for delivery tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Aug 23, 2023
1 parent 9850be8 commit 7127b7f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export default class ShopConfigurationAction {
for (const product of products) {
const row = {
"id": product.id,
"shippingFree": false,
"customFields": customFields,
};
data.push(row);
Expand Down

0 comments on commit 7127b7f

Please sign in to comment.