Merge pull request #6153 from turbo124/v5-develop

Fixes for subscriptions
This commit is contained in:
David Bomba 2021-06-29 12:18:26 +10:00 committed by GitHub
commit a093e3910b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -455,7 +455,7 @@ class SubscriptionService
->orderBy('id', 'desc')
->first();
$is_credit = true
$is_credit = true;
}
if($is_credit)