From f822e856ca7619cad28c386314206ee1c5b1e587 Mon Sep 17 00:00:00 2001 From: Kevin Kaniaburka Date: Fri, 29 Nov 2024 08:57:20 +0100 Subject: [PATCH] Fix total price status while prefetching Google payment data --- templates/shop/cart/complete/_google_pay.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/shop/cart/complete/_google_pay.html.twig b/templates/shop/cart/complete/_google_pay.html.twig index 448545da..196e80fb 100644 --- a/templates/shop/cart/complete/_google_pay.html.twig +++ b/templates/shop/cart/complete/_google_pay.html.twig @@ -214,7 +214,7 @@ paymentDataRequest.transactionInfo = { currencyCode: CURRENCY_CODE, countryCode: COUNTRY_CODE, - totalPriceStatus: 'UNKNOWN' + totalPriceStatus: 'NOT_CURRENTLY_KNOWN' }; const paymentsClient = getGooglePaymentsClient();