wip
This commit is contained in:
@@ -125,7 +125,12 @@ class CardOrder extends Model
|
||||
*/
|
||||
public function priceAmount(): float
|
||||
{
|
||||
return $this->cardState->price ?? floatval(32);
|
||||
return $this->cardState->price ?? 32;
|
||||
}
|
||||
|
||||
public function really()
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user