minor fix on ecocash processor
This commit is contained in:
@@ -57,7 +57,7 @@ public class EcocashRemotePaymentProcessor implements TransactionProcessorInterf
|
||||
SdkActionDto sdkActionDto = SdkActionDto.builder()
|
||||
.clientId(clientId)
|
||||
.clientSecret(clientSecret)
|
||||
.phone(transaction.getCreditPhone())
|
||||
.phone(transaction.getDebitPhone())
|
||||
.amount(totalAmount.toString())
|
||||
.currency(transaction.getDebitCurrency().toString())
|
||||
.hash(hex)
|
||||
|
||||
Reference in New Issue
Block a user