Compare View
Commits (2)
Changes
Showing 2 changed files Side-by-side Diff
gateway/pull.js
... | ... | @@ -88,6 +88,8 @@ function forwardCoreTaskToPartner(coreMessage) { |
88 | 88 | logger.warn('Exception on parsing CORE pull task response', {coreMessage: coreMessage, error: e}); |
89 | 89 | } |
90 | 90 | |
91 | + incrementCounterTrx(); | |
92 | + | |
91 | 93 | task.remote_product = getRemoteProduct(task.product); |
92 | 94 | |
93 | 95 | taskArchive.get(task, function(res) { |