updating status changes

This commit is contained in:
2026-06-29 15:46:43 +02:00
parent 51259aab33
commit 545ce6c704
4 changed files with 14 additions and 16 deletions

View File

@@ -62,7 +62,6 @@ public class GatewayPaymentHandler implements HandlerInterface {
try {
// MAIN TRANSACTION LOGIC!
transaction = (Transaction) transactionProcessorInterface.process(transaction);
transaction.setPaymentStatus(transaction.getPaymentStatus());
transaction.setPollingStatus(Status.PENDING);
transactionService.save(transaction);