Skip to content

Commit

Permalink
Fix total price status while prefetching Google payment data (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrusciel authored Nov 29, 2024
2 parents 26a6885 + f822e85 commit 05c415e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/shop/cart/complete/_google_pay.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
paymentDataRequest.transactionInfo = {
currencyCode: CURRENCY_CODE,
countryCode: COUNTRY_CODE,
totalPriceStatus: 'UNKNOWN'
totalPriceStatus: 'NOT_CURRENTLY_KNOWN'
};
const paymentsClient = getGooglePaymentsClient();
Expand Down

0 comments on commit 05c415e

Please sign in to comment.