add nickname tyo object
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user