Skip to content

Commit b3422f4

Browse files
Merge pull request #836 from JBBianchi/fix-830-customer-credit-example
fix(examples): Fixed perform customer credit check example
2 parents 65f3036 + c801bae commit b3422f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/perform-customer-credit-check.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "check-credit",
77
"functions": [
88
{
9-
"name": "credit-check-function",
9+
"name": "check-credit-function",
1010
"operation": "http://myapis.org/creditcheckapi.json#doCreditCheck"
1111
},
1212
{
@@ -33,7 +33,7 @@
3333
"action": {
3434
"name": "check-credit",
3535
"functionRef": {
36-
"refName": "call-credit-check-microservice",
36+
"refName": "check-credit-function",
3737
"arguments": {
3838
"customer": "${ .customer }"
3939
}

0 commit comments

Comments
 (0)