Skip to content

Commit

Permalink
MAS-44 Added new status for checking
Browse files Browse the repository at this point in the history
  • Loading branch information
myo-min-htet committed Feb 9, 2023
1 parent 92006e1 commit 064a431
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ public void configure() {
.setProperty("orgResponse", simple("${body}"))
.log("Original body : ${body}")
.setProperty("senderReferenceID",simple("${body['senderReference']}"))
.loopDoWhile(simple("${body['status']} == 'SENT FOR PROCESSING' || ${body['status']} == 'SENT FOR CONFIRMATION' || ${body['status']} == 'FOR CHECKING'"))
.loopDoWhile(simple("${body['status']} == 'SENT FOR PROCESSING' || ${body['status']} == 'SENT FOR CONFIRMATION' || ${body['status']} == 'FOR CHECKING' || ${body['status']} == 'PROCESSING'"))
.toD("{{dfsp.host}}/api-apic/instapay?senderReference=${exchangeProperty.senderReferenceID}")
.unmarshal().json(JsonLibrary.Gson)
.log("Checking body : ${body}")
Expand Down

0 comments on commit 064a431

Please sign in to comment.