fix: exchange gift card type error

This commit is contained in:
kelly5454
2025-10-30 21:08:39 +08:00
committed by GitHub
parent 213aff3993
commit 3754f7da0d

View File

@@ -173,7 +173,7 @@ class GiftCardService
$userService->assignPlan(
$this->user,
$plan,
$rewards['plan_validity_days'] ?? null
$rewards['plan_validity_days'] ?? 0
);
}
} else {