mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
🐛 Fix ApplePay bug on product page
This commit is contained in:
parent
78cbb94029
commit
c44a9c6fc1
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
} );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue