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