bug fix
This commit is contained in:
@@ -88,7 +88,7 @@ public class MPGSWebPaymentProcessor implements TransactionProcessorInterface {
|
|||||||
try {
|
try {
|
||||||
transaction = velocityPaymentService.pollPaymentStatus(transaction);
|
transaction = velocityPaymentService.pollPaymentStatus(transaction);
|
||||||
|
|
||||||
transaction.setStatus(Status.SUCCESS);
|
transaction.setStatus(transaction.getStatus());
|
||||||
transaction.setResponseCode("00");
|
transaction.setResponseCode("00");
|
||||||
|
|
||||||
transactionService.save(transaction);
|
transactionService.save(transaction);
|
||||||
|
|||||||
Reference in New Issue
Block a user