adding citywallet support
This commit is contained in:
@@ -128,7 +128,7 @@ public class ProviderService {
|
||||
|
||||
return products;
|
||||
} catch (IllegalArgumentException e) {
|
||||
log.error("Error fetching products: " + providerUid, e);
|
||||
log.error("Error fetching products: {}", providerUid);
|
||||
return Collections.emptyList();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user