Commit dbead1a0 authored by Izol's avatar Izol

Simply #2

parent b3caf093
......@@ -24,7 +24,10 @@ class StartService {
String prevBalance,
String cardNumber,
String getRegDb,
String amount) async {
String amount,
String outletId,
String persoReff
) async {
var result;
try {
result = await platform.invokeMethod("topup_inquiry", <String, dynamic>{
......@@ -33,6 +36,8 @@ class StartService {
'card_number': cardNumber,
'get_reg_db': getRegDb,
'amount': amount,
'outlet_id': outletId,
"perso_reff": persoReff
});
} catch (error) {
result = error.toString();
......
This diff is collapsed.
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