Merge pull request #2643 from woocommerce/PCP-3695-apple-pay-button-broken-on-product-page

Unsuccessfully payment from product page with Apple Pay button (3695)
This commit is contained in:
Emili Castells 2024-10-03 10:44:38 +02:00 committed by GitHub
commit f6646e23b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@ class SingleProductHandler extends BaseHandler {
countryCode: data.country_code,
currencyCode: data.currency_code,
totalPriceStatus: 'FINAL',
totalPrice: data.total_str,
totalPrice: data.total,
} );
}, products );
} );