From c801bae9a51912d6d1bc772c0f54053fb943411f Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bianchi Date: Thu, 4 Apr 2024 15:21:51 +0200 Subject: [PATCH] fix(examples): Fixed perform customer credit check example Closes #830 Signed-off-by: Jean-Baptiste Bianchi --- examples/perform-customer-credit-check.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/perform-customer-credit-check.json b/examples/perform-customer-credit-check.json index 7f28f51d..10f24f26 100644 --- a/examples/perform-customer-credit-check.json +++ b/examples/perform-customer-credit-check.json @@ -6,7 +6,7 @@ "start": "check-credit", "functions": [ { - "name": "credit-check-function", + "name": "check-credit-function", "operation": "http://myapis.org/creditcheckapi.json#doCreditCheck" }, { @@ -33,7 +33,7 @@ "action": { "name": "check-credit", "functionRef": { - "refName": "call-credit-check-microservice", + "refName": "check-credit-function", "arguments": { "customer": "${ .customer }" }