mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
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:
commit
f6646e23b3
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