feat: add cash-out fixed fee to Admin UI

This commit is contained in:
siiky 2022-10-10 16:05:16 +01:00 committed by Rafael
parent 5b55ce89d8
commit d6d7753e07
3 changed files with 76 additions and 7 deletions

View file

@ -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
}
]
}