Skip to content

Instantly share code, notes, and snippets.

@kirkbeard
kirkbeard / Klaviyo debugging
Created June 2, 2021 08:15
klaviyo-debugging.php
<?php
use Klaviyo\Klaviyo as Klaviyo;
use Klaviyo\Model\EventModel as KlaviyoEvent;
// Reduced test case to remove superfluous code
//
$event = new KlaviyoEvent(
array(
'event' => 'Placed Order',