Skip to content

Commit

Permalink
24004 - Add pad info touched (#3125)
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 authored Oct 25, 2024
1 parent 5f86ad7 commit 509b67a
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions auth-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion auth-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth-web",
"version": "2.6.101",
"version": "2.6.102",
"appName": "Auth Web",
"sbcName": "SBC Common Components",
"private": true,
1 change: 1 addition & 0 deletions auth-web/src/components/auth/common/PaymentMethods.vue
Original file line number Diff line number Diff line change
@@ -95,6 +95,7 @@
:clearOnEdit="isInitialTOSAccepted"
@is-pre-auth-debit-form-valid="isPADValid"
@emit-pre-auth-debit-info="getPADInfo"
@is-pad-info-touched="isPadInfoTouched"
/>
</div>

0 comments on commit 509b67a

Please sign in to comment.