Skip to content

Commit 3b1f496

Browse files
committed
ACP2E-2025: Refix ACP2E-1445 for multiple store views in the frontend.
- Fixed the integration test failure.
1 parent c9a33ce commit 3b1f496

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Customer/view/frontend/layout

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/view/frontend/layout/default.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
template="Magento_Customer::js/customer-data.phtml">
5252
<arguments>
5353
<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>
54+
<argument name="json_serializer" xsi:type="object">Magento\Customer\ViewModel\Customer\JsonSerializer</argument>
5555
</arguments>
5656
</block>
5757
<block name="customer.data.invalidation.rules" class="Magento\Customer\Block\CustomerScopeData"

0 commit comments

Comments
 (0)