Skip to content

Commit b3b0494

Browse files
authored
Merge pull request #9 from chiwex/patch-1
error in transactionPercentage
2 parents e0c79af + 014c6f6 commit b3b0494

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)