added keys parameter to coupons containers
This commit is contained in:
@@ -64,6 +64,8 @@ getCouponsRequest(String endpoint, String token) async {
|
||||
'Accept-Language': Intl.defaultLocale
|
||||
};
|
||||
|
||||
print(headers);
|
||||
|
||||
return httpClient.get(endpoint, headers: headers);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user