From 0b5028b4a046004c4ab0cd0a779e7167869da43c Mon Sep 17 00:00:00 2001 From: Matheus Reis <35343551+matheusgnreis@users.noreply.github.com> Date: Wed, 20 Dec 2023 12:03:03 -0300 Subject: [PATCH] chore(calculate-shipping): limit tags length --- functions/routes/ecom/modules/calculate-shipping.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/routes/ecom/modules/calculate-shipping.js b/functions/routes/ecom/modules/calculate-shipping.js index 4478fcc..4d38289 100644 --- a/functions/routes/ecom/modules/calculate-shipping.js +++ b/functions/routes/ecom/modules/calculate-shipping.js @@ -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