1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Subscriptions

This commit is contained in:
David Bomba 2021-04-05 09:08:16 +10:00
parent c814a754c3
commit 51c7a16423

View File

@ -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);