Commit dbead1a0 authored by Izol's avatar Izol

Simply #2

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