Fixes for subscription service
This commit is contained in:
parent
c8d0bb93d8
commit
6fbaa209a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue