Skip to content

Commit 1a892f7

Browse files
authored
fix: calculating shipping in https url (#36)
1 parent 9aa4490 commit 1a892f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/routes/ecom/modules/calculate-shipping.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ exports.post = ({ appSdk }, req, res) => {
226226
})
227227

228228
axios({
229-
url: 'http://www.jadlog.com.br/embarcador/api/frete/valor',
229+
url: 'https://www.jadlog.com.br/embarcador/api/frete/valor',
230230
method: 'post',
231231
data: {
232232
frete: jadlogServices

0 commit comments

Comments
 (0)