test #277
@@ -656,7 +656,7 @@ class MemberService(
|
||||
member.adid = adid
|
||||
}
|
||||
|
||||
if (pid != member.activePid) {
|
||||
if (pid != member.activePid && pid.isNotBlank()) {
|
||||
member.activePid = pid
|
||||
member.partnerExpirationDatetime = LocalDateTime.now().plusYears(1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user