comment auto approve request log

This commit is contained in:
2024-01-10 08:47:17 +07:00
parent ba4aa586b3
commit 66f13fe134
2 changed files with 4 additions and 1 deletions

View File

@@ -943,6 +943,8 @@ class MemberEnrollmentService
// Hapus Member plan terkait
$member->memberPlans()->delete();
//Update plan
$plans = explode(",",$row['plan_id']);
if (count($plans) > 0) {