|
@@ -188,7 +188,7 @@ discard block |
|
|
block discarded – undo |
|
188
|
188
|
|
|
189
|
189
|
/* the user do not exist, we create it */ |
|
190
|
190
|
case Response::ERROR_NORESULT: |
|
191
|
|
- if($id = $this->createUser($user)) { |
|
|
191
|
+ if ($id = $this->createUser($user)) { |
|
192
|
192
|
break; |
|
193
|
193
|
} |
|
194
|
194
|
|
|
@@ -220,7 +220,7 @@ discard block |
|
|
block discarded – undo |
|
220
|
220
|
$options['ActionListID'] = $actionProperties['ActionListID']; |
|
221
|
221
|
$options['ActionListItemData'] = $inputData; |
|
222
|
222
|
|
|
223
|
|
- return $this->triggerCampaign($userId,'TriggerCampaignForUserAndActionListItemWithResult', $options); |
|
|
223
|
+ return $this->triggerCampaign($userId, 'TriggerCampaignForUserAndActionListItemWithResult', $options); |
|
224
|
224
|
} |
|
225
|
225
|
|
|
226
|
226
|
/** |
|
@@ -231,7 +231,7 @@ discard block |
|
|
block discarded – undo |
|
231
|
231
|
{ |
|
232
|
232
|
$options['InputData'] = $inputData; |
|
233
|
233
|
|
|
234
|
|
- return $this->triggerCampaign($userId,'TriggerCampaignForUserWithResult', $options); |
|
|
234
|
+ return $this->triggerCampaign($userId, 'TriggerCampaignForUserWithResult', $options); |
|
235
|
235
|
} |
|
236
|
236
|
|
|
237
|
237
|
/** |
Please login to merge, or discard this patch.