We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c4e6c commit 376f921Copy full SHA for 376f921
1 file changed
Drip_API.class.php
@@ -372,10 +372,6 @@ public function record_event($params) {
372
throw new Exception("Action was not specified");
373
}
374
375
- if (!isset($params['occurred_at'])) {
376
- $params['occurred_at'] = date('c'); // ISO 8601
377
- }
378
-
379
$account_id = $params['account_id'];
380
unset($params['account_id']); // clear it from the params
381
0 commit comments