mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for passing client_id into final context
This commit is contained in:
parent
bf22bb9143
commit
2fc309beee
@ -49,6 +49,8 @@ class Methods extends Component
|
|||||||
|
|
||||||
$this->dispatch('purchase.context', property: 'client_id', value: $contact->client->hashed_id);
|
$this->dispatch('purchase.context', property: 'client_id', value: $contact->client->hashed_id);
|
||||||
|
|
||||||
|
$this->context['client_id'] = $contact->client->hashed_id;
|
||||||
|
|
||||||
nlog($this->context);
|
nlog($this->context);
|
||||||
|
|
||||||
$invoice = $this->subscription
|
$invoice = $this->subscription
|
||||||
|
Loading…
x
Reference in New Issue
Block a user