Check-in API: Return order locale, and allow to use order locale for … (#4969)

* Check-in API: Return order locale, and allow to use order locale for reasons

* Fix failing tests
This commit is contained in:
Raphael Michel
2025-03-31 12:26:46 +02:00
committed by GitHub
parent a3d721c08b
commit 804b048dbb
6 changed files with 50 additions and 6 deletions

View File

@@ -108,6 +108,7 @@ TEST_ORDERPOSITION1_RES = {
"order__status": "p",
"order__require_approval": False,
"order__valid_if_pending": False,
"order__locale": "en",
"order": "FOO",
"positionid": 1,
"item": 1,
@@ -146,6 +147,7 @@ TEST_ORDERPOSITION2_RES = {
"order__status": "p",
"order__require_approval": False,
"order__valid_if_pending": False,
"order__locale": "en",
"order": "FOO",
"positionid": 2,
"item": 1,
@@ -184,6 +186,7 @@ TEST_ORDERPOSITION3_RES = {
"order__status": "p",
"order__require_approval": False,
"order__valid_if_pending": False,
"order__locale": "en",
"order": "FOO",
"positionid": 3,
"item": 1,