getItemPrice()
if static price is 0 and dynamic price is missing, return 0 instead of undefined
This commit is contained in:
parent
1f622a0760
commit
7941675102
@ -117,6 +117,8 @@ class ItemHelper
|
||||
{
|
||||
return dynamicPrice;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user