This commit is contained in:
2026-02-26 10:17:15 +05:00
parent 4d562baacd
commit 395e400b7f

View File

@@ -158,7 +158,7 @@ class CardOrder extends Model
/**
* Price for order
*/
public function priceAmount(): float
public function priceAmount(): string|int|float
{
return $this->cardState->price ?? 32;
}