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();