Skip to content

Commit

Permalink
Merge branch 'feat/coupon' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sjatsh committed Nov 6, 2023
2 parents bdf25a5 + 13147d4 commit 4cf72d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions http_server/handle/coupon_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ func (h *HttpHandle) doCouponCreate(req *ReqCouponCreate, apiResp *api_code.ApiR
// coupon_set_info
couponSetInfo := &tables.CouponSetInfo{
AccountId: accId,
Account: req.Account,
ManagerAid: int(res.DasAlgorithmId),
ManagerSubAid: int(res.DasSubAlgorithmId),
Manager: res.AddressHex,
Expand Down

0 comments on commit 4cf72d7

Please sign in to comment.