Skip to content

Commit

Permalink
Merge branch 'master' of github.com:wmakeev/moysklad
Browse files Browse the repository at this point in the history
  • Loading branch information
wmakeev committed Nov 1, 2024
2 parents 8910886 + bea7aeb commit fafcabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ const positionUrl = `/positions/${posId}/`

const url = ms.buildUrl(`entity/customerorder/` + positionUrl)

assert.equal(url, `entity/customerorder/positions/${posId}`)
assert.equal(url, `https://api.moysklad.ru/api/remap/1.2/entity/customerorder/positions/${posId}`)
```

### parseUrl
Expand Down

0 comments on commit fafcabd

Please sign in to comment.