bug fixed

This commit is contained in:
nutchayut
2025-01-09 10:24:14 +07:00
parent 820cd73b88
commit e2fb044931
29 changed files with 57 additions and 53 deletions

View File

@@ -29,7 +29,7 @@ class _TopUpHistoryState extends State<TransferHistory> {
var param = jsonEncode(<dynamic, dynamic>{
"id": "",
"requestUserID": profile!.id,
"requestUserID":"",
"invoiceId": "",
"referencE1": "",
"referencE2": "",
@@ -146,7 +146,7 @@ class _TopUpHistoryState extends State<TransferHistory> {
),
),
Text(
"From ${transactions.phoneNumber}" ?? "",
"From ${transactions.payerName}" ?? "",
style: TextStyle(
color: Color(0xff65676b),
fontSize: 16,