We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966d3e0 commit 3c7cdacCopy full SHA for 3c7cdac
DataLayer/Event/AddPaymentInfo.php
@@ -37,6 +37,7 @@ public function get(): array
37
{
38
/** @var Cart $cart */
39
$cart = $this->cartRepository->get($this->cartId);
40
+
41
return [
42
'event' => 'add_payment_info',
43
'ecommerce' => [
0 commit comments