Changed contact informations on homepage

This commit is contained in:
Peter Papp
2021-04-16 10:34:06 +02:00
parent 56bbdc846c
commit 498f81b846
5 changed files with 14 additions and 10 deletions

View File

@@ -25,8 +25,8 @@ class OasisService
$diff = Carbon::parse($request->created_at)
->diffInHours(Carbon::now());
// Delete if file is in local storage more than 24 hours
if ($diff >= 8) {
// Send order reminder
if ($diff == 8) {
$plan = resolve(StripeService::class)
->getPlan($request->requested_plan);