Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

Add support for return to sender #93

Closed
thibmaek opened this issue Sep 21, 2017 · 0 comments
Closed

Add support for return to sender #93

thibmaek opened this issue Sep 21, 2017 · 0 comments

Comments

@thibmaek
Copy link
Owner

"processOverview": {
"activeStepTextKey": "RETOUR_DELIVERED",
"textKey": "step.text.retour.delivered",
"alert": false,
"processSteps": [
{
"name": "return_to_sender",
"status": "completed",
"label": {
"main": "returnToSender"
},
"knownProcessStep": "RETURN_TO_SENDER"
},
{
"name": "processing",
"status": "completed",
"label": {
"main": "processing",
"detail": "byBpost"
},
"knownProcessStep": "PROCESSING"
},
{
"name": "out_for_delivery",
"status": "completed",
"label": {
"main": "onTheWay",
"detail": "towardsSender"
},
"knownProcessStep": "ON_THE_WAY_TO_SENDER"
},
{
"name": "delivered",
"status": "active",
"label": {
"main": "returned",
"detail": "toSender"
},
"knownProcessStep": "DELIVERED_TO_SENDER"
}
]
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant