Skip to content

Commit

Permalink
chore(calculate-shipping): limit tags length
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgnreis authored Dec 20, 2023
1 parent 2d40692 commit 0b5028b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/routes/ecom/modules/calculate-shipping.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ exports.post = ({ appSdk }, req, res) => {
days: 3,
...appData.posting_deadline
},
flags: ['pakman-ws', 'pakman-transportadora']
flags: ['pakman-ws', 'pakman']
}

// check for default configured additional/discount price
Expand Down

0 comments on commit 0b5028b

Please sign in to comment.