wip
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user