From a1c2e688fb484a273b5b98f8861a32b92c7f5b25 Mon Sep 17 00:00:00 2001 From: nutchayut Date: Fri, 13 Dec 2024 13:16:18 +0700 Subject: [PATCH] bug fixed --- neowallet_mobile/lib/TransferMoney/transfer_history.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/neowallet_mobile/lib/TransferMoney/transfer_history.dart b/neowallet_mobile/lib/TransferMoney/transfer_history.dart index 3794fb71..c91c4481 100644 --- a/neowallet_mobile/lib/TransferMoney/transfer_history.dart +++ b/neowallet_mobile/lib/TransferMoney/transfer_history.dart @@ -1,5 +1,6 @@ import 'dart:convert'; +import 'package:cathaypay_mobile/Home/HomePage.dart'; import 'package:easy_localization/easy_localization.dart'; import 'package:flutter/material.dart'; import 'package:google_fonts/google_fonts.dart'; @@ -28,7 +29,7 @@ class _TopUpHistoryState extends State { var param = jsonEncode({ "id": "", "payeeUserAccountId": "", - "payerUserAccountId": "", + "payerUserAccountId": profile!.id, "invoiceId": "", "referencE1": "", "referencE2": "",