Skip to content

Commit

Permalink
add missing emit is-pad-valid
Browse files Browse the repository at this point in the history
  • Loading branch information
Jxio committed Oct 30, 2023
1 parent 77f78ec commit 0f0b07b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth-web/src/components/auth/common/PaymentMethods.vue
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ export default defineComponent({
const isPADValid = (isValid) => {
if (isValid) {
emit('is-pad-valid', isValid)
paymentMethodSelected({ type: PaymentTypes.PAD }, isTouched.value)
}
return isValid && isTouched.value
Expand Down

0 comments on commit 0f0b07b

Please sign in to comment.