working implementation for poc

This commit is contained in:
2025-08-28 22:24:11 +02:00
parent 112832e262
commit 67752d689d
10 changed files with 62 additions and 8 deletions

View File

@@ -61,6 +61,7 @@ public class TransactionService {
String label = transaction.getType() + "_" +
provider.getIntegrationProcessorLabel();
logger.info("label: {}", label);
transaction.setIntegrationProcessorLabel(provider.getIntegrationProcessorLabel()); // for reference purposes
TransactionProcessorInterface transactionProcessorInterface =
(TransactionProcessorInterface) paymentProcessorFactory.getPaymentProcessor(label);