Skip to content

Commit 014c6f6

Browse files
authored
error in transactionPercentage
1 parent e79a471 commit 014c6f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/models/subaccount.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class SubAccount {
1818
"id": this.id,
1919
"transaction_split_ratio": this.transactionSplitRatio,
2020
"transaction_charge_type": this.transactionChargeType,
21-
"transaction_charge": this.transactionChargeType
21+
"transaction_charge": this.transactionPercentage
2222
};
2323
}
24-
}
24+
}

0 commit comments

Comments
 (0)