Skip to content

Commit

Permalink
Add missing emit is-pad-valid (bcgov#2629)
Browse files Browse the repository at this point in the history
* issue fix for EFT

* add missing emit is-pad-valid

* add missing emit is-pad-valid

* isPadValid function fix
  • Loading branch information
Jxio authored Oct 30, 2023
1 parent e51428b commit 030df6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth-web/src/components/auth/common/PaymentMethods.vue
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export default defineComponent({
if (isValid) {
paymentMethodSelected({ type: PaymentTypes.PAD }, isTouched.value)
}
return isValid && isTouched.value
emit('is-pad-valid', isValid && isTouched.value)
}
onMounted(async () => {
Expand Down

0 comments on commit 030df6d

Please sign in to comment.