Skip to content

Commit 70000e8

Browse files
committed
changed names
1 parent 377c4de commit 70000e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DataLayer/Event/Purchase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function get(): array
3232
{
3333
$order = $this->order;
3434
return [
35-
'event' => 'trytagging_purchase',
35+
'event' => 'trytagging_purchase3',
3636
'ecommerce' => [
3737
'transaction_id' => $order->getIncrementId(),
3838
'affiliation' => $this->config->getStoreName(),

DataLayer/Event/PurchaseWebhookEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function purchase(OrderInterface $order)
8282
}
8383

8484
$data = [
85-
'event' => 'trytagging_purchase',
85+
'event' => 'trytagging_purchase4',
8686
'marketing' => $marketingData,
8787
'store_domain' => $this->config->getStoreDomain(),
8888
'plugin_version' => $this->config->getVersion(),

0 commit comments

Comments
 (0)