mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Subscriptions
This commit is contained in:
parent
c814a754c3
commit
51c7a16423
@ -75,6 +75,7 @@ class SubscriptionService
|
|||||||
$context = [
|
$context = [
|
||||||
'context' => 'recurring_purchase',
|
'context' => 'recurring_purchase',
|
||||||
'recurring_invoice' => $recurring_invoice->hashed_id,
|
'recurring_invoice' => $recurring_invoice->hashed_id,
|
||||||
|
'invoice' => $this->encodePrimaryKey($payment_hash->fee_invoice_id),
|
||||||
];
|
];
|
||||||
|
|
||||||
$this->triggerWebhook($context);
|
$this->triggerWebhook($context);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user