Skip to content

Commit 3be7aef

Browse files
authored
Merge pull request #72 from sendpulse/add_a360_client
add Automation360 client
2 parents 66696c7 + 731c210 commit 3be7aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
'age' => 23
180180
];
181181

182-
$automationClient = new Automation360($eventHash);
182+
$automationClient = new Automation360($eventHash);
183183
$result = $automationClient->sendEventToSendpulse($email, $phone, $variables);
184184

185185
var_dump($result);

0 commit comments

Comments
 (0)