pull the initial price from the model itself
This commit is contained in:
parent
b228967873
commit
30d3c8a92e
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ class BillingPortalPurchase extends Component
|
|||
|
||||
public function mount()
|
||||
{
|
||||
$this->price = $this->subscription->service()->price();
|
||||
$this->price = $this->subscription->price;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue