Fixes for group settings
This commit is contained in:
parent
3a215b448a
commit
47b6f8e3ad
|
|
@ -424,7 +424,7 @@ class BillingPortalPurchasev2 extends Component
|
|||
$client_repo = new ClientRepository(new ClientContactRepository());
|
||||
$data = [
|
||||
'name' => '',
|
||||
'group_id' => $this->encodePrimaryKey($this->subscription->group_id),
|
||||
'group_settings_id' => $this->encodePrimaryKey($this->subscription->group_id),
|
||||
'contacts' => [
|
||||
['email' => $this->email],
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue