Skip to content

Commit 376f921

Browse files
committed
Stop populating "occurred_at" in create event
1 parent 79c4e6c commit 376f921

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Drip_API.class.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -372,10 +372,6 @@ public function record_event($params) {
372372
throw new Exception("Action was not specified");
373373
}
374374

375-
if (!isset($params['occurred_at'])) {
376-
$params['occurred_at'] = date('c'); // ISO 8601
377-
}
378-
379375
$account_id = $params['account_id'];
380376
unset($params['account_id']); // clear it from the params
381377

0 commit comments

Comments
 (0)