This commit is contained in:
2026-06-28 16:11:41 +02:00
parent 8ff6e5f8ea
commit 09165b64e5

View File

@@ -94,7 +94,7 @@ public class CleanupHandler implements HandlerInterface {
} }
if(creditPhoneNumber != null && !creditPhoneNumber.isEmpty()){ if(creditPhoneNumber != null && !creditPhoneNumber.isEmpty()){
transaction.setCreditAccount(Utils.formatPhoneNumber(creditPhoneNumber, "ZW")); transaction.setCreditPhone(Utils.formatPhoneNumber(creditPhoneNumber, "ZW"));
} }
return transaction; return transaction;