diff --git a/src/Resources/views/storefront/page/checkout/finish/index.html.twig b/src/Resources/views/storefront/page/checkout/finish/index.html.twig index a0f6eaa..8df1c94 100644 --- a/src/Resources/views/storefront/page/checkout/finish/index.html.twig +++ b/src/Resources/views/storefront/page/checkout/finish/index.html.twig @@ -22,6 +22,6 @@ data-api="log/sale" data-sale="{{ page.order.orderNumber }}" data-email="{{ clerk_order_email }}" - data-products='{{ clerk_products | json_encode(constant('JSON_PRETTY_PRINT')) }}'> + data-products='{{ clerk_products | json_encode() }}'> {% endblock %}