bug fix
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user