updating status changes

This commit is contained in:
2026-06-29 16:36:30 +02:00
parent 5d923b954e
commit f5cc3a7bfa

View File

@@ -55,7 +55,7 @@ public class PollStatusHandler implements HandlerInterface {
(TransactionProcessorInterface) paymentProcessorFactory.getPaymentProcessor(label);
// find out if the gateway tran was successful
transactionProcessorInterface.poll(transaction);
transaction = (Transaction) transactionProcessorInterface.poll(transaction);
transactionEvent.setStatus(transaction.getStatus());
transactionEvent.setMessage(transaction.getErrorMessage());