mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-10 04:04:37 -04:00
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…
x
Reference in New Issue
Block a user