ok
This commit is contained in:
committed by
GitHub
parent
66d6ff1f29
commit
ec07e8beec
@@ -117,7 +117,7 @@ class CardOrder extends Model
|
||||
*/
|
||||
public function priceAmount(): float
|
||||
{
|
||||
return $this->cardType->price ?? 32;
|
||||
return $this->cardState->price ?? 32;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user