mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 19:54:15 +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,
|
countryCode: data.country_code,
|
||||||
currencyCode: data.currency_code,
|
currencyCode: data.currency_code,
|
||||||
totalPriceStatus: 'FINAL',
|
totalPriceStatus: 'FINAL',
|
||||||
totalPrice: data.total_str,
|
totalPrice: data.total,
|
||||||
} );
|
} );
|
||||||
}, products );
|
}, products );
|
||||||
} );
|
} );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue