Update data passed to startTrial
This commit is contained in:
parent
e04ed7c2bf
commit
535d9ae471
1 changed files with 2 additions and 0 deletions
|
|
@ -300,6 +300,8 @@ class BillingPortalPurchase extends Component
|
|||
{
|
||||
return $this->billing_subscription->service()->startTrial([
|
||||
'email' => $this->email ?? $this->contact->email,
|
||||
'quantity' => $this->quantity,
|
||||
'contact_id' => $this->contact->id,
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue