update service to include nickname and card number
This commit is contained in:
parent
8e199189b1
commit
1f250c8929
1 changed files with 4 additions and 0 deletions
|
|
@ -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");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue