This commit is contained in:
iVampireSP.com 2022-09-09 20:22:19 +08:00
parent 60f2d5243e
commit 521fd538da
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -114,7 +114,7 @@ public function cost($price = null)
]);
}
$this->price = abs($this->price);
$this->price = (string)($this->price);
Cache::decrement($cache_key, $this->price);