mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Fix ApplePay button
This commit is contained in:
parent
7f2836845e
commit
6930422188
1 changed files with 1 additions and 0 deletions
|
@ -362,6 +362,7 @@ class ApplepayButton {
|
|||
if (response.newShippingMethods) {
|
||||
this.selectedShippingMethod = response.newShippingMethods[0]
|
||||
}
|
||||
session.completeShippingContactSelection(response)
|
||||
},
|
||||
error: (jqXHR, textStatus, errorThrown) => {
|
||||
this.log('onshippingcontactselected error', textStatus);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue