Skip to content

Commit

Permalink
linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
idugan100 committed Aug 23, 2024
1 parent c556e99 commit 2103bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/BillingController.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function checkout(Request $request): RedirectResponse
{
TrackUsage::log($request, 'about');

return redirect("https://buy.stripe.com/14k9DsbZU2BI6ly7ss");
return redirect('https://buy.stripe.com/14k9DsbZU2BI6ly7ss');
}

public function create_subscription(Request $request): RedirectResponse
Expand Down

0 comments on commit 2103bbf

Please sign in to comment.