updating status changes
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user