mirror of
https://github.com/valitydev/damsel.git
synced 2024-11-06 09:45:21 +00:00
HG-555: Refactor ComputeShopTerms (#618)
* Add Varset and remove Timestamp from ComputeShopTerms arguments * Add VarsetPartyNotMatch error * Return timestamp to the function signature
This commit is contained in:
parent
efca058ad2
commit
467c2bd2d0
@ -2527,8 +2527,15 @@ service PartyManagement {
|
||||
3: ShopID id,
|
||||
4: base.Timestamp timestamp
|
||||
5: PartyRevisionParam party_revision
|
||||
6: Varset varset
|
||||
)
|
||||
throws (1: InvalidUser ex1, 2: PartyNotFound ex2, 3: PartyNotExistsYet ex3, 4: ShopNotFound ex4)
|
||||
throws (
|
||||
1: InvalidUser ex1,
|
||||
2: PartyNotFound ex2,
|
||||
3: PartyNotExistsYet ex3,
|
||||
4: ShopNotFound ex4,
|
||||
5: VarsetPartyNotMatch ex5
|
||||
)
|
||||
|
||||
/* Wallet */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user