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+ String concat = clientId+
encryptionKey+ encryptionKey+
transaction.getCreditPhone()+ transaction.getDebitPhone()+
totalAmount; totalAmount;
String hex = getHash(concat); String hex = getHash(concat);