updating wording on tran workflow
This commit is contained in:
@@ -225,7 +225,8 @@ public class TransactionWorkflow extends WorkflowDefinition {
|
||||
// polling has already happened
|
||||
if(transaction.getPollingStatus() == Status.SUCCESS){
|
||||
return NextAction.moveToState(DONE,
|
||||
"Polling already complete");
|
||||
"Purchase invoice payment generated - id: " + transaction.getErpPurchasePaymentRef() + ". " +
|
||||
"Not proceeding because polling already complete");
|
||||
}
|
||||
return NextAction.moveToState(PURCHASE_INVOICE_PAYMENT_SUCCESS,
|
||||
"Purchase invoice payment generated - id: " + transaction.getErpPurchasePaymentRef());
|
||||
|
||||
Reference in New Issue
Block a user