mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Subscriptions
This commit is contained in:
parent
c814a754c3
commit
51c7a16423
@ -75,6 +75,7 @@ class SubscriptionService
|
||||
$context = [
|
||||
'context' => 'recurring_purchase',
|
||||
'recurring_invoice' => $recurring_invoice->hashed_id,
|
||||
'invoice' => $this->encodePrimaryKey($payment_hash->fee_invoice_id),
|
||||
];
|
||||
|
||||
$this->triggerWebhook($context);
|
||||
|
Loading…
Reference in New Issue
Block a user