feat: add cash-out fixed fee to Admin UI
This commit is contained in:
parent
5b55ce89d8
commit
d6d7753e07
3 changed files with 76 additions and 7 deletions
|
|
@ -61,6 +61,14 @@ const getOverridesFields = currency => {
|
|||
doubleHeader: 'Cash-in only',
|
||||
textAlign: 'right',
|
||||
suffix: currency
|
||||
},
|
||||
{
|
||||
name: 'cashOutFixedFee',
|
||||
display: 'Fixed fee',
|
||||
width: 155,
|
||||
doubleHeader: 'Cash-out only',
|
||||
textAlign: 'right',
|
||||
suffix: currency
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue