From e0aec60f2394264ddc29dff017094ac6ff5ffd18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6nig?= <50620424+KaiOnGitHub@users.noreply.github.com> Date: Tue, 13 Feb 2024 16:50:00 +0100 Subject: [PATCH] fix address comparison bug billingAddress.id and shippingAddress.id are both null and therefore this comparison is always true. This leads to the display of a message that shipping and billing address are equal even if they are different. --- .../views/storefront/page/checkout/order/wallee.html.twig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Resources/views/storefront/page/checkout/order/wallee.html.twig b/src/Resources/views/storefront/page/checkout/order/wallee.html.twig index 9cd0171..0614980 100644 --- a/src/Resources/views/storefront/page/checkout/order/wallee.html.twig +++ b/src/Resources/views/storefront/page/checkout/order/wallee.html.twig @@ -69,7 +69,9 @@ {% block page_checkout_confirm_address_billing_data %}
{{ "checkout.addressEqualText"|trans|sw_sanitize }}