We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0c79af + 014c6f6 commit b3b0494Copy full SHA for b3b0494
lib/models/subaccount.dart
@@ -18,7 +18,7 @@ class SubAccount {
18
"id": this.id,
19
"transaction_split_ratio": this.transactionSplitRatio,
20
"transaction_charge_type": this.transactionChargeType,
21
- "transaction_charge": this.transactionChargeType
+ "transaction_charge": this.transactionPercentage
22
};
23
}
24
-}
+}
0 commit comments