bug fixed
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
import 'dart:convert';
|
import 'dart:convert';
|
||||||
|
|
||||||
|
import 'package:cathaypay_mobile/Home/HomePage.dart';
|
||||||
import 'package:easy_localization/easy_localization.dart';
|
import 'package:easy_localization/easy_localization.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:google_fonts/google_fonts.dart';
|
import 'package:google_fonts/google_fonts.dart';
|
||||||
@@ -28,7 +29,7 @@ class _TopUpHistoryState extends State<TransferHistory> {
|
|||||||
var param = jsonEncode(<dynamic, dynamic>{
|
var param = jsonEncode(<dynamic, dynamic>{
|
||||||
"id": "",
|
"id": "",
|
||||||
"payeeUserAccountId": "",
|
"payeeUserAccountId": "",
|
||||||
"payerUserAccountId": "",
|
"payerUserAccountId": profile!.id,
|
||||||
"invoiceId": "",
|
"invoiceId": "",
|
||||||
"referencE1": "",
|
"referencE1": "",
|
||||||
"referencE2": "",
|
"referencE2": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user