mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-08-14 13:51:57 +00:00
Update: Rename Product's name to label
This commit is contained in:
@@ -102,7 +102,7 @@ object Utils {
|
||||
if (productRepository != null && it != null && binder != null) {
|
||||
binder.enqueue(
|
||||
packageName,
|
||||
productRepository.first.name,
|
||||
productRepository.first.label,
|
||||
productRepository.second,
|
||||
it
|
||||
)
|
||||
|
Reference in New Issue
Block a user