update service to include nickname and card number
This commit is contained in:
@@ -195,6 +195,8 @@ class MIHMzansiWalletApis {
|
|||||||
int idloyalty_cards,
|
int idloyalty_cards,
|
||||||
String favourite,
|
String favourite,
|
||||||
int priority_index,
|
int priority_index,
|
||||||
|
String nickname,
|
||||||
|
String card_number,
|
||||||
int navIndex,
|
int navIndex,
|
||||||
BuildContext context,
|
BuildContext context,
|
||||||
) async {
|
) async {
|
||||||
@@ -209,6 +211,8 @@ class MIHMzansiWalletApis {
|
|||||||
"idloyalty_cards": idloyalty_cards,
|
"idloyalty_cards": idloyalty_cards,
|
||||||
"favourite": favourite,
|
"favourite": favourite,
|
||||||
"priority_index": priority_index,
|
"priority_index": priority_index,
|
||||||
|
"nickname": nickname,
|
||||||
|
"card_number": card_number,
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
//print("Here4");
|
//print("Here4");
|
||||||
|
|||||||
Reference in New Issue
Block a user