minor fix on ecocash processor

This commit is contained in:
2026-03-13 10:29:19 +02:00
parent a794e50fc6
commit 8e5bce6f91

View File

@@ -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)