minor fix on ecocash processor
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user