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