minor fix on ecocash processor

This commit is contained in:
2026-03-13 10:30:09 +02:00
parent 8e5bce6f91
commit 39881ba629

View File

@@ -49,7 +49,7 @@ public class EcocashRemotePaymentProcessor implements TransactionProcessorInterf
String concat = clientId+
encryptionKey+
transaction.getCreditPhone()+
transaction.getDebitPhone()+
totalAmount;
String hex = getHash(concat);