Skip to content

Commit

Permalink
error in transactionPercentage
Browse files Browse the repository at this point in the history
  • Loading branch information
techbly authored Jan 8, 2022
1 parent e79a471 commit 014c6f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/models/subaccount.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class SubAccount {
"id": this.id,
"transaction_split_ratio": this.transactionSplitRatio,
"transaction_charge_type": this.transactionChargeType,
"transaction_charge": this.transactionChargeType
"transaction_charge": this.transactionPercentage
};
}
}
}

0 comments on commit 014c6f6

Please sign in to comment.