Fixes for subscription service

This commit is contained in:
David Bomba 2022-03-04 09:05:21 +11:00
parent c8d0bb93d8
commit 6fbaa209a7

View File

@ -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',