getting started with ecocash integration

This commit is contained in:
2025-07-11 19:35:53 +02:00
parent 0a00c4d3ca
commit 3b43fe9b9f

View File

@@ -9,6 +9,7 @@ import zw.qantra.tm.domain.services.processors.TransactionProcessorInterface;
public class EcocashRemotePaymentProcessor implements TransactionProcessorInterface { public class EcocashRemotePaymentProcessor implements TransactionProcessorInterface {
@Override @Override
public Object process(Transaction transaction) throws Exception { public Object process(Transaction transaction) throws Exception {
return transaction; return transaction;
} }