bug fixed
This commit is contained in:
@@ -51,7 +51,7 @@ class _TransferPromptPayDetailState extends State<TopUpAmountPage> {
|
||||
});
|
||||
var param = jsonEncode(<dynamic, dynamic>{
|
||||
"merchantLocalID": Api.merchantId,
|
||||
"amount": "${number}00",
|
||||
"amount": "${(double.parse(number).toStringAsFixed(2)).replaceAll(".", "")}}",
|
||||
"invoice": "INV${Utils.getTimestamp()}",
|
||||
"ref1": "REF${Utils.getTimestamp()}01",
|
||||
"ref2": "REF${Utils.getTimestamp()}02",
|
||||
|
||||
Reference in New Issue
Block a user