改进 返回字符串
This commit is contained in:
parent
626c51b287
commit
cf638fddb4
@ -161,7 +161,7 @@ public function getRenewPrice(): string
|
|||||||
'annually' => bcmul($this->getPrice(), 12),
|
'annually' => bcmul($this->getPrice(), 12),
|
||||||
'biennially' => bcmul($this->getPrice(), 24),
|
'biennially' => bcmul($this->getPrice(), 24),
|
||||||
'triennially' => bcmul($this->getPrice(), 36),
|
'triennially' => bcmul($this->getPrice(), 36),
|
||||||
default => 0,
|
default => '0',
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user