Fix ApplePay button

This commit is contained in:
Pedro Silva 2023-10-20 19:07:07 +01:00
parent 7f2836845e
commit 6930422188
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3

View file

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