Skip to content
Snippets Groups Projects
Commit 5c72d9f5 authored by Aleksey.Alekseev's avatar Aleksey.Alekseev
Browse files

Synapse bug fix

parent eca8b4d4
No related branches found
Tags 8.x-2.38
No related merge requests found
Pipeline #2032 passed with stage
in 10 seconds
......@@ -84,6 +84,7 @@ class Queue {
'yandex' => $extra['yandex'],
'google' => $extra['google'],
];
$entity->set('matomo', $syn->syn_id->value);
if ($msg['type'] == 'commerce_order') {
// Корзина закомплитилась.
/** @var \Drupal\commerce_order\Entity\OrderInterface $entity */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment