Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
Adjust update call
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenko committed Aug 1, 2014
1 parent 4b93052 commit 8c2b0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coffee/orderdistribution.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class OrderDistribution
id: channelId
externalId: externalId
]
client.orders.byId(orderId).save(data)
client.orders.byId(orderId).update(data)
.then =>
@logger.debug "Sync info successfully saved for order #{orderId}"
Q()
Expand Down

0 comments on commit 8c2b0d1

Please sign in to comment.