We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377c4de commit 70000e8Copy full SHA for 70000e8
2 files changed
DataLayer/Event/Purchase.php
@@ -32,7 +32,7 @@ public function get(): array
32
{
33
$order = $this->order;
34
return [
35
- 'event' => 'trytagging_purchase',
+ 'event' => 'trytagging_purchase3',
36
'ecommerce' => [
37
'transaction_id' => $order->getIncrementId(),
38
'affiliation' => $this->config->getStoreName(),
DataLayer/Event/PurchaseWebhookEvent.php
@@ -82,7 +82,7 @@ public function purchase(OrderInterface $order)
82
}
83
84
$data = [
85
+ 'event' => 'trytagging_purchase4',
86
'marketing' => $marketingData,
87
'store_domain' => $this->config->getStoreDomain(),
88
'plugin_version' => $this->config->getVersion(),
0 commit comments