pull the initial price from the model itself

This commit is contained in:
Benjamin Beganović 2021-04-01 16:04:22 +02:00
parent b228967873
commit 30d3c8a92e

View File

@ -157,7 +157,7 @@ class BillingPortalPurchase extends Component
public function mount()
{
$this->price = $this->subscription->service()->price();
$this->price = $this->subscription->price;
}
/**