Commit ac1813c
Hotfix: Landmark return address + is_return nullable (#973)
* fix: show detailed error messages for shipment cancellation and status changes (#972)
* fix: use correct SendReturnToAddress field name in Landmark ImportRequest
The ImportRequest path was using ReturnAddress= which was silently
swallowed by **kwargs_ in the GenerateDS constructor, causing return
address to be omitted from the XML output.
* fix: make shipment is_return field nullable to prevent IntegrityError
The is_return column was NOT NULL which caused IntegrityError when
creating shipments through code paths that don't explicitly set this
field. Making it nullable with default=False resolves the production
constraint violation.
* release: 2026.1.13
---------
Co-authored-by: Ansh dev nagar <anshdevnagar@gmail.com>1 parent 03d6dc0 commit ac1813c
File tree
63 files changed
+280
-210
lines changed- apps
- api/karrio/server
- www
- bin
- docker
- ee
- modules
- cli
- connectors
- asendia
- australiapost
- bpost
- canadapost
- chronopost
- dhl_express
- dhl_parcel_de
- dhl_poland
- dhl_universal
- dpd_meta
- dpd
- fedex
- generic
- gls
- hermes
- landmark
- karrio/providers/landmark/shipment
- tests/landmark
- laposte
- mydhl
- parcelone
- postat
- purolator
- seko
- sendle
- smartkargo
- spring
- teleship
- ups
- usps_international
- usps
- core
- data
- documents
- events
- graph
- manager
- karrio/server/manager
- migrations
- orders
- pricing
- proxy
- sdk
- soap
- packages
- types/rest
- ui/components
- schemas
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
63 files changed
+280
-210
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
- plugins/allied_express/pyproject.toml+1-1
- plugins/allied_express_local/pyproject.toml+1-1
- plugins/amazon_shipping/pyproject.toml+1-1
- plugins/aramex/pyproject.toml+1-1
- plugins/asendia_us/pyproject.toml+1-1
- plugins/boxknight/pyproject.toml+1-1
- plugins/canpar/pyproject.toml+1-1
- plugins/colissimo/pyproject.toml+1-1
- plugins/dicom/pyproject.toml+1-1
- plugins/easypost/pyproject.toml+1-1
- plugins/easyship/pyproject.toml+1-1
- plugins/eshipper/pyproject.toml+1-1
- plugins/freightcom/pyproject.toml+1-1
- plugins/geodis/pyproject.toml+1-1
- plugins/hay_post/pyproject.toml+1-1
- plugins/locate2u/pyproject.toml+1-1
- plugins/nationex/pyproject.toml+1-1
- plugins/roadie/pyproject.toml+1-1
- plugins/royalmail/pyproject.toml+1-1
- plugins/sapient/pyproject.toml+1-1
- plugins/shipengine/pyproject.toml+1-1
- plugins/tge/pyproject.toml+1-1
- plugins/tnt/pyproject.toml+1-1
- plugins/veho/pyproject.toml+1-1
- plugins/zoom2u/pyproject.toml+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
Submodule insiders updated from 907bf96 to 2262aec
Submodule platform updated from 49d426e to 7db0e41
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments