refactor: rename cashInFee to fixedFee

This commit is contained in:
siiky 2022-10-10 16:05:23 +01:00 committed by Rafael
parent 35b1a69434
commit 8fc3d7d819
2 changed files with 14 additions and 2 deletions

View file

@ -23,7 +23,7 @@ const typeDef = gql`
errorCode: String
operatorCompleted: Boolean
sendPending: Boolean
cashInFee: String
fixedFee: String
minimumTx: Float
customerId: ID
isAnonymous: Boolean