🐛 Fix ApplePay bug on product page

This commit is contained in:
Philipp Stracker 2024-09-26 15:12:33 +02:00
parent 78cbb94029
commit c44a9c6fc1
No known key found for this signature in database

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