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() {
|
hideFmgLoadingModal() {
|
||||||
showFmgLoadingModal(false);
|
showFmgLoadingModal(false);
|
||||||
},
|
},
|
||||||
|
|
||||||
async isFormValid(form) {
|
async isFormValid(form) {
|
||||||
const formValidateResponse = await form?.validate();
|
const formValidateResponse = await form?.validate();
|
||||||
return formValidateResponse?.valid;
|
return formValidateResponse?.valid;
|
||||||
|
},
|
||||||
showApplePay() {
|
showApplePay() {
|
||||||
if (window.ApplePaySession && window.ApplePaySession.canMakePayments()) {
|
if (window.ApplePaySession && window.ApplePaySession.canMakePayments()) {
|
||||||
var iOSversion = this.getiOSversion();
|
var iOSversion = this.getiOSversion();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue