add nickname tyo object
This commit is contained in:
parent
bbf5223705
commit
405953e9a5
1 changed files with 2 additions and 0 deletions
|
|
@ -145,6 +145,7 @@ class MIHMzansiWalletApis {
|
||||||
String card_number,
|
String card_number,
|
||||||
String favourite,
|
String favourite,
|
||||||
int priority_index,
|
int priority_index,
|
||||||
|
String nickname,
|
||||||
int navIndex,
|
int navIndex,
|
||||||
BuildContext context,
|
BuildContext context,
|
||||||
) async {
|
) async {
|
||||||
|
|
@ -161,6 +162,7 @@ class MIHMzansiWalletApis {
|
||||||
"card_number": card_number,
|
"card_number": card_number,
|
||||||
"favourite": favourite,
|
"favourite": favourite,
|
||||||
"priority_index": priority_index,
|
"priority_index": priority_index,
|
||||||
|
"nickname": nickname,
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
if (response.statusCode == 201) {
|
if (response.statusCode == 201) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue