Skip to content

Instantly share code, notes, and snippets.

@DuncanDoyle
Created May 31, 2019 08:34
Show Gist options
  • Select an option

  • Save DuncanDoyle/400daba8b65d1960593a531bb0418c9d to your computer and use it in GitHub Desktop.

Select an option

Save DuncanDoyle/400daba8b65d1960593a531bb0418c9d to your computer and use it in GitHub Desktop.
rule "automatic-approval-2"
ruleflow-group "automatic-approval"
no-loop
when
$caseFile: CaseData(data.get("fraudData")!.automated == true)
then
modify($caseFile) {
add("approvedChargeback", true);
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment