From 09165b64e52b6a10f399540c6562fada801d4395 Mon Sep 17 00:00:00 2001 From: Vusa Date: Sun, 28 Jun 2026 16:11:41 +0200 Subject: [PATCH] bug fix --- .../services/processors/workflows/handlers/CleanupHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/zw/qantra/tm/domain/services/processors/workflows/handlers/CleanupHandler.java b/src/main/java/zw/qantra/tm/domain/services/processors/workflows/handlers/CleanupHandler.java index 1d4c054..55d480c 100644 --- a/src/main/java/zw/qantra/tm/domain/services/processors/workflows/handlers/CleanupHandler.java +++ b/src/main/java/zw/qantra/tm/domain/services/processors/workflows/handlers/CleanupHandler.java @@ -94,7 +94,7 @@ public class CleanupHandler implements HandlerInterface { } if(creditPhoneNumber != null && !creditPhoneNumber.isEmpty()){ - transaction.setCreditAccount(Utils.formatPhoneNumber(creditPhoneNumber, "ZW")); + transaction.setCreditPhone(Utils.formatPhoneNumber(creditPhoneNumber, "ZW")); } return transaction;