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 c9a33ce commit 3b1f496Copy full SHA for 3b1f496
app/code/Magento/Customer/view/frontend/layout/default.xml
@@ -51,7 +51,7 @@
51
template="Magento_Customer::js/customer-data.phtml">
52
<arguments>
53
<argument name="auth" xsi:type="object">Magento\Customer\ViewModel\Customer\Auth</argument>
54
- <argument name="json" xsi:type="object">Magento\Customer\ViewModel\Customer\JsonSerializer</argument>
+ <argument name="json_serializer" xsi:type="object">Magento\Customer\ViewModel\Customer\JsonSerializer</argument>
55
</arguments>
56
</block>
57
<block name="customer.data.invalidation.rules" class="Magento\Customer\Block\CustomerScopeData"
0 commit comments