Skip to content

Commit

Permalink
add afflaiteReferredMakerRebates field to response
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryfan01234 committed Oct 4, 2024
1 parent eefff67 commit 415518c
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 79 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -380,5 +380,6 @@ function affiliateInfoCreateToResponseObject(
affiliateReferredTotalVolume: Number(info.referredTotalVolume),
affiliateReferredMakerFees: Number(info.totalReferredMakerFees),
affiliateReferredTakerFees: Number(info.totalReferredTakerFees),
affiliateReferredMakerRebates: Number(info.totalReferredMakerRebates),
};
}
Loading

0 comments on commit 415518c

Please sign in to comment.