mirror of
https://github.com/valitydev/damsel.git
synced 2024-11-06 09:45:21 +00:00
DC-21: change 'category' param to optional at shop creation (#120)
This commit is contained in:
parent
9ec1a2ec70
commit
07b0898a7b
@ -343,7 +343,7 @@ struct PayoutToolParams {
|
||||
}
|
||||
|
||||
struct ShopParams {
|
||||
1: required domain.CategoryRef category
|
||||
1: optional domain.CategoryRef category
|
||||
2: required domain.ShopDetails details
|
||||
3: required domain.ContractID contract_id
|
||||
4: required domain.PayoutToolID payout_tool_id
|
||||
|
Loading…
Reference in New Issue
Block a user