Skip to content

Commit 601d360

Browse files
author
DenysTsymbal
committed
9365-add-ecomm_pagetype-to-data-layer-and-export-plus-розширені-конверсії
1 parent 3886d27 commit 601d360

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Model/DataLayer/Purchase.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ public function get(Order $order, string $requester = ''): array
6666
'shipping' => $this->formatPrice((float)$order->getShippingAmount()),
6767
'currency' => $this->getCurrentCurrencyCode(),
6868
'coupon' => $order->getCouponCode() ?: '',
69-
'items' => $items,
70-
'customer_email' => $order->getCustomerEmail(),
71-
'customer_phone' => $order->getBillingAddress() ? $order->getBillingAddress()->getTelephone() : ''
69+
'items' => $items
7270
],
7371
'is_virtual' => (bool)$order->getIsVirtual(),
7472
'shipping_description' => $order->getShippingDescription(),

0 commit comments

Comments
 (0)