Skip to content

Commit 6d94ccd

Browse files
committed
/finishRegistration: fix misleading message.
`Student_Record_Complete__c` is not set to true anymore, but the message was not updated.
1 parent f1caae4 commit 6d94ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/mule/contacts.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1554,7 +1554,7 @@ payload map ( payload01 , indexOfPayload01 ) -> {
15541554
output application/json
15551555
---
15561556
{
1557-
message: "Success. Waiver Signed. `Student_Record_Complete__c` set to true",
1557+
message: "Success. Waiver Signed.",
15581558
WaiverHistory: vars.WaiverHistory,
15591559
data: payload
15601560
}]]>

0 commit comments

Comments
 (0)