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