Update base-mixin.js
This commit is contained in:
parent
3333555098
commit
f89581abab
1 changed files with 1 additions and 2 deletions
|
|
@ -196,11 +196,10 @@ export default {
|
|||
hideFmgLoadingModal() {
|
||||
showFmgLoadingModal(false);
|
||||
},
|
||||
|
||||
async isFormValid(form) {
|
||||
const formValidateResponse = await form?.validate();
|
||||
return formValidateResponse?.valid;
|
||||
|
||||
},
|
||||
showApplePay() {
|
||||
if (window.ApplePaySession && window.ApplePaySession.canMakePayments()) {
|
||||
var iOSversion = this.getiOSversion();
|
||||
|
|
|
|||
Loading…
Reference in a new issue