Merge pull request #6153 from turbo124/v5-develop
Fixes for subscriptions
This commit is contained in:
commit
a093e3910b
1 changed files with 1 additions and 1 deletions
|
|
@ -455,7 +455,7 @@ class SubscriptionService
|
|||
->orderBy('id', 'desc')
|
||||
->first();
|
||||
|
||||
$is_credit = true
|
||||
$is_credit = true;
|
||||
}
|
||||
|
||||
if($is_credit)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue