updates to wallet functionality
This commit is contained in:
@@ -102,7 +102,7 @@ public class ProviderService {
|
||||
try {
|
||||
response = restService.getAs(stockUrl, headers, LinkedHashMap.class);
|
||||
} catch (Exception e) {
|
||||
log.error("Error fetching products for provider " + providerId, e);
|
||||
log.error("Error fetching products for provider " + providerId);
|
||||
return Collections.emptyList();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user