mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 20:49:32 +00:00
update a few things
This commit is contained in:
@@ -4,7 +4,7 @@ use Illuminate\Support\Carbon;
|
||||
|
||||
function getSubscriptionLink($type)
|
||||
{
|
||||
$checkout_id = config("coolify.lemon_squeezy_checkout_id_$type");
|
||||
$checkout_id = config("subscription.lemon_squeezy_checkout_id_$type");
|
||||
if (!$checkout_id) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user