mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 12:34: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());
|
||||
$data = [
|
||||
'name' => '',
|
||||
'group_id' => $this->encodePrimaryKey($this->subscription->group_id),
|
||||
'group_settings_id' => $this->encodePrimaryKey($this->subscription->group_id),
|
||||
'contacts' => [
|
||||
['email' => $this->email],
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user