Skip to content

Merchant Opening Hours Maintenance Screen #818

@StuartFerguson

Description

@StuartFerguson

I need a screen in my UI to manage a merchants opening times.

The payload the API expects is as follows:

{
"Sunday": {
"Opening": "0800",
"Closing": "1800"
},
"Monday": {
"Opening": "0800",
"Closing": "1700"
},
"Tuesday": {
"Opening": "0800",
"Closing": "1700"
},
"Wednesday": {
"Opening": "0800",
"Closing": "1700"
},
"Thursday": {
"Opening": "0800",
"Closing": "1700"
},
"Friday": {
"Opening": "0800",
"Closing": "1700"
},
"Saturday": {
"Opening": "0800",
"Closing": "1700"
}
}

So a entry for each day of week with opening and closing time.

This will be set after a merchant has been created.

Metadata

Metadata

Labels

taskTasks and work items

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions