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());
|
$client_repo = new ClientRepository(new ClientContactRepository());
|
||||||
$data = [
|
$data = [
|
||||||
'name' => '',
|
'name' => '',
|
||||||
'group_id' => $this->encodePrimaryKey($this->subscription->group_id),
|
'group_settings_id' => $this->encodePrimaryKey($this->subscription->group_id),
|
||||||
'contacts' => [
|
'contacts' => [
|
||||||
['email' => $this->email],
|
['email' => $this->email],
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue