Skip to content

Commit

Permalink
21562-Short name details warning update (#2987)
Browse files Browse the repository at this point in the history
  • Loading branch information
ochiu authored Aug 29, 2024
1 parent 9b533ef commit a8199d2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 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.78",
"version": "2.6.79",
"appName": "Auth Web",
"sbcName": "SBC Common Components",
"private": true,
Expand Down
4 changes: 3 additions & 1 deletion auth-web/src/views/pay/eft/ShortNameDetailsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
mdi-alert
</v-icon>
<p class="account-alert__info mb-0 pl-3">
<strong>Caution:</strong> Please verify if the {{ unsettledAmount }} balance is eligible for a refund, or you can link to a new account.
<strong>Caution:</strong> Please verify if the unsettled amount of {{ unsettledAmount }} on the short name
can be refunded or linked to a new account. If it's insufficient to settle an outstanding statement,
the settlement process will be on hold until full payment is received.
</p>
</div>
</v-alert>
Expand Down

0 comments on commit a8199d2

Please sign in to comment.