This commit is contained in:
2025-03-26 14:09:37 +05:00
parent 619895cb6f
commit c1bb57a530
2 changed files with 3 additions and 3 deletions

View File

@@ -125,7 +125,7 @@ class CardOrder extends Model
*/
public function priceAmount(): float
{
return $this->cardState->price ?? 32;
return $this->cardState->price ?? floatval(32);
}
/**