Commit 6743c176bee30b1cc3363fb8c13bf1931c200ca7
Merge branch 'cn/develop' into cn/publish/release
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/models/Store.lua
... | ... | @@ -867,7 +867,7 @@ function Store:data() |
867 | 867 | totalRR = self:getProperty("totalRR"), |
868 | 868 | monthCardId = self:getProperty("monthCardId"), |
869 | 869 | firstMonthCard = self:getProperty("firstMonthCard"), |
870 | - firstsMonthCard = self:getProperty("firstsMonthCard"), | |
870 | + firstSMonthCard = self:getProperty("firstSMonthCard"), | |
871 | 871 | monthCardReceive = self:getProperty("monthCardReceive"), |
872 | 872 | smonthCards = self:getProperty("smonthCards"), |
873 | 873 | smonthCardReceive = self:getProperty("smonthCardReceive"), | ... | ... |