Commit 31ab794f authored by Sai Srinivas's avatar Sai Srinivas
Browse files

Transaction (payment and bill) added

parent 1a7abcc6
...@@ -51,6 +51,7 @@ class _TransactionScreenState extends State<TransactionListScreen> { ...@@ -51,6 +51,7 @@ class _TransactionScreenState extends State<TransactionListScreen> {
Provider.of<TransactionsProvider>(context, listen: false) Provider.of<TransactionsProvider>(context, listen: false)
.fetchTransactions(widget.accId, widget.sessionId); .fetchTransactions(widget.accId, widget.sessionId);
}, },
child: Scaffold( child: Scaffold(
backgroundColor: AppColors.backgroundRegular, backgroundColor: AppColors.backgroundRegular,
body: CustomScrollView( body: CustomScrollView(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment