Skip to content

Commit

Permalink
Allow to create order in HOMS with no data
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Jun 21, 2019
1 parent f6a26db commit e1d6042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/camunda/latera/bss/connectors/HOMS.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class HOMS {
this.homsOrderId = execution.getVariable('homsOrderId')
}

LinkedHashMap createOrder(String type, LinkedHashMap data) {
LinkedHashMap createOrder(String type, LinkedHashMap data = [:]) {
LinkedHashMap body = [
order: [
order_type_code: type,
Expand Down

0 comments on commit e1d6042

Please sign in to comment.