mirror of
https://github.com/valitydev/disputes-api.git
synced 2024-11-06 00:55:23 +00:00
add disputeId in disputeParams, set manual_pending for PoolingExpired
This commit is contained in:
parent
ffb770b653
commit
0f39485afc
@ -66,10 +66,7 @@ public class PendingDisputesService {
|
||||
}
|
||||
if (pollingInfoService.isDeadline(dispute)) {
|
||||
manualParsingTopic.sendPoolingExpired(dispute);
|
||||
log.error(
|
||||
"Trying to set manual_pending Dispute status with POOLING_EXPIRED error reason {}",
|
||||
dispute.getId()
|
||||
);
|
||||
log.error("Trying to set manual_pending Dispute status with POOLING_EXPIRED error reason {}", dispute.getId());
|
||||
disputeDao.update(dispute.getId(), DisputeStatus.manual_pending, ErrorReason.POOLING_EXPIRED);
|
||||
log.debug("Dispute status has been set to manual_pending {}", dispute.getId());
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user