updates to erp logic
This commit is contained in:
@@ -67,7 +67,7 @@ public class PaymentEntryHandler implements HandlerInterface {
|
||||
.build();
|
||||
transactionEventService.save(transactionEvent);
|
||||
|
||||
if(transaction.getStatus() == Status.SUCCESS){
|
||||
if(transaction.getPaymentStatus() == Status.SUCCESS){
|
||||
try {
|
||||
logger.info("Creating payment entry in ERPNext for successful transaction");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user