karrio-server-proxy 2025.5rc14__py3-none-any.whl → 2025.5rc16__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- karrio/server/proxy/tests/test_pickup.py +1 -1
- karrio/server/proxy/tests/test_rating.py +4 -4
- karrio/server/proxy/tests/test_shipping.py +6 -6
- {karrio_server_proxy-2025.5rc14.dist-info → karrio_server_proxy-2025.5rc16.dist-info}/METADATA +1 -1
- {karrio_server_proxy-2025.5rc14.dist-info → karrio_server_proxy-2025.5rc16.dist-info}/RECORD +7 -7
- {karrio_server_proxy-2025.5rc14.dist-info → karrio_server_proxy-2025.5rc16.dist-info}/WHEEL +0 -0
- {karrio_server_proxy-2025.5rc14.dist-info → karrio_server_proxy-2025.5rc16.dist-info}/top_level.txt +0 -0
|
@@ -167,7 +167,7 @@ PICKUP_RESPONSE = {
|
|
|
167
167
|
"carrier_id": "canadapost",
|
|
168
168
|
"confirmation_number": "27241",
|
|
169
169
|
"pickup_date": "2020-10-25",
|
|
170
|
-
"pickup_charge": {"name": "Pickup fees", "amount": 0.0, "currency": "CAD"},
|
|
170
|
+
"pickup_charge": {"name": "Pickup fees", "amount": 0.0, "currency": "CAD", "id": None},
|
|
171
171
|
"ready_time": "13:00",
|
|
172
172
|
"closing_time": "17:00",
|
|
173
173
|
"test_mode": True,
|
|
@@ -82,10 +82,10 @@ RATING_RESPONSE = {
|
|
|
82
82
|
"total_charge": 106.71,
|
|
83
83
|
"transit_days": 2,
|
|
84
84
|
"extra_charges": [
|
|
85
|
-
{"name": "Base charge", "amount": 101.83, "currency": "CAD"},
|
|
86
|
-
{"name": "Fuel surcharge", "amount": 2.7, "currency": "CAD"},
|
|
87
|
-
{"name": "SMB Savings", "amount": -11.74, "currency": "CAD"},
|
|
88
|
-
{"name": "Discount", "amount": -9.04, "currency": "CAD"},
|
|
85
|
+
{"name": "Base charge", "amount": 101.83, "currency": "CAD", "id": None},
|
|
86
|
+
{"name": "Fuel surcharge", "amount": 2.7, "currency": "CAD", "id": None},
|
|
87
|
+
{"name": "SMB Savings", "amount": -11.74, "currency": "CAD", "id": None},
|
|
88
|
+
{"name": "Discount", "amount": -9.04, "currency": "CAD", "id": None},
|
|
89
89
|
],
|
|
90
90
|
"meta": {
|
|
91
91
|
"ext": "canadapost",
|
|
@@ -244,8 +244,8 @@ SHIPPING_RESPONSE = {
|
|
|
244
244
|
"total_charge": 106.71,
|
|
245
245
|
"transit_days": None,
|
|
246
246
|
"extra_charges": [
|
|
247
|
-
{"name": "Fuel surcharge", "amount": 2.7, "currency": "CAD"},
|
|
248
|
-
{"name": "SMB Savings", "amount": -11.74, "currency": "CAD"},
|
|
247
|
+
{"name": "Fuel surcharge", "amount": 2.7, "currency": "CAD", "id": None},
|
|
248
|
+
{"name": "SMB Savings", "amount": -11.74, "currency": "CAD", "id": None},
|
|
249
249
|
],
|
|
250
250
|
"meta": None,
|
|
251
251
|
"test_mode": True,
|
|
@@ -261,8 +261,8 @@ SHIPPING_RESPONSE = {
|
|
|
261
261
|
"total_charge": 27.95,
|
|
262
262
|
"transit_days": None,
|
|
263
263
|
"extra_charges": [
|
|
264
|
-
{"name": "Fuel surcharge", "amount": 0.71, "currency": "CAD"},
|
|
265
|
-
{"name": "SMB Savings", "amount": -3.77, "currency": "CAD"},
|
|
264
|
+
{"name": "Fuel surcharge", "amount": 0.71, "currency": "CAD", "id": None},
|
|
265
|
+
{"name": "SMB Savings", "amount": -3.77, "currency": "CAD", "id": None},
|
|
266
266
|
],
|
|
267
267
|
"meta": None,
|
|
268
268
|
"test_mode": True,
|
|
@@ -292,8 +292,8 @@ SHIPPING_RESPONSE = {
|
|
|
292
292
|
"total_charge": 106.71,
|
|
293
293
|
"transit_days": None,
|
|
294
294
|
"extra_charges": [
|
|
295
|
-
{"name": "Fuel surcharge", "amount": 2.7, "currency": "CAD"},
|
|
296
|
-
{"name": "SMB Savings", "amount": -11.74, "currency": "CAD"},
|
|
295
|
+
{"name": "Fuel surcharge", "amount": 2.7, "currency": "CAD", "id": None},
|
|
296
|
+
{"name": "SMB Savings", "amount": -11.74, "currency": "CAD", "id": None},
|
|
297
297
|
],
|
|
298
298
|
"meta": {
|
|
299
299
|
"ext": "canadapost",
|
{karrio_server_proxy-2025.5rc14.dist-info → karrio_server_proxy-2025.5rc16.dist-info}/RECORD
RENAMED
|
@@ -6,9 +6,9 @@ karrio/server/proxy/router.py,sha256=IBUR7rfBkdEHQzWxYOPcVSM8NBp3fte9G6Q5BVTUNNw
|
|
|
6
6
|
karrio/server/proxy/urls.py,sha256=DJFUFeaxOTyVNgu_A4opiX4-0gJlciRJNob-ScOkdV4,214
|
|
7
7
|
karrio/server/proxy/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
8
|
karrio/server/proxy/tests/__init__.py,sha256=m6Nms0Mg2SsrhNtWGC9Pr67qxpWos3WHipHfQZ6Zslw,263
|
|
9
|
-
karrio/server/proxy/tests/test_pickup.py,sha256=
|
|
10
|
-
karrio/server/proxy/tests/test_rating.py,sha256=
|
|
11
|
-
karrio/server/proxy/tests/test_shipping.py,sha256=
|
|
9
|
+
karrio/server/proxy/tests/test_pickup.py,sha256=A3GAvZ2bPMcmD1aKA09BDoIEW7Ksia8brC3qYvty_Jw,8829
|
|
10
|
+
karrio/server/proxy/tests/test_rating.py,sha256=9ujDQms255LCNqi3BFIbaxhhE6ox_g1PyDa4K4GGhDQ,3199
|
|
11
|
+
karrio/server/proxy/tests/test_shipping.py,sha256=Xk78q4FSUwIHosjwFc3RkeU7S90NSL6yJRbofyuDFN4,10607
|
|
12
12
|
karrio/server/proxy/tests/test_tracking.py,sha256=aO4y6MqgANCGA2QN3a79ZxyAGfXcEXlKV6ghogGbO-w,2965
|
|
13
13
|
karrio/server/proxy/views/__init__.py,sha256=5W2I_z2WEgpnHzfrJWWMx0ptxGSGSHb3yO-ymYHggZQ,252
|
|
14
14
|
karrio/server/proxy/views/manifest.py,sha256=8O9H8iUUTpL0wPge0_j7vmEYGcaksUk_5bxBp9FNgjE,1793
|
|
@@ -16,7 +16,7 @@ karrio/server/proxy/views/pickup.py,sha256=GfmZBQMZSDDJKiHT-n3grIwgi02JMhnTQyaP7
|
|
|
16
16
|
karrio/server/proxy/views/rating.py,sha256=7S2N6szPSjQsShnCgzPL8iZpibpw8jbaWgSY9DWXYQI,1721
|
|
17
17
|
karrio/server/proxy/views/shipping.py,sha256=gmO1OBVE8OgmyYIi_ksT_IARyqAeVKucUjMMiz_Vzyk,4459
|
|
18
18
|
karrio/server/proxy/views/tracking.py,sha256=HwCMinmiLsLuYyQtQpdmorFQ0WoNQyQ3uJ12_l6IwpQ,5227
|
|
19
|
-
karrio_server_proxy-2025.
|
|
20
|
-
karrio_server_proxy-2025.
|
|
21
|
-
karrio_server_proxy-2025.
|
|
22
|
-
karrio_server_proxy-2025.
|
|
19
|
+
karrio_server_proxy-2025.5rc16.dist-info/METADATA,sha256=ZpBQIZbsNV1ABkz4b0H4WlYEJ_DGxd2Op0CjMheb8_4,681
|
|
20
|
+
karrio_server_proxy-2025.5rc16.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
21
|
+
karrio_server_proxy-2025.5rc16.dist-info/top_level.txt,sha256=D1D7x8R3cTfjF_15mfiO7wCQ5QMtuM4x8GaPr7z5i78,12
|
|
22
|
+
karrio_server_proxy-2025.5rc16.dist-info/RECORD,,
|
|
File without changes
|
{karrio_server_proxy-2025.5rc14.dist-info → karrio_server_proxy-2025.5rc16.dist-info}/top_level.txt
RENAMED
|
File without changes
|