mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 11:14:31 -04:00
Fixes for subscription service
This commit is contained in:
parent
c8d0bb93d8
commit
6fbaa209a7
@ -102,7 +102,7 @@ class SubscriptionService
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$invoice = Invoice::find($payment_hash->fee_invoice_id);
|
$invoice = Invoice::withTrashed()->find($payment_hash->fee_invoice_id);
|
||||||
|
|
||||||
$context = [
|
$context = [
|
||||||
'context' => 'single_purchase',
|
'context' => 'single_purchase',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user