This commit is contained in:
Nurmuhammet Allanov
2024-04-22 20:37:23 +05:00
committed by GitHub
parent 66d6ff1f29
commit ec07e8beec

View File

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