Skip to content

Commit

Permalink
23112 - Add in nextStatementDate when there is no outstanding balance (
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 authored Sep 9, 2024
1 parent 940115a commit 57c3445
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 105 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.80",
"version": "2.6.81",
"appName": "Auth Web",
"sbcName": "SBC Common Components",
"private": true,
Expand Down
3 changes: 2 additions & 1 deletion auth-web/src/components/auth/account-freeze/MakePayment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
large
color="primary"
:loading="isLoading"
:disabled="isLoading"
data-test="btn-reviewbank-next"
@click="goNext"
>
Expand Down Expand Up @@ -176,11 +177,11 @@ export default defineComponent({
}
try {
await updateOrg(createRequestBody)
state.isLoading = false
emit('final-step-action')
} catch (error) {
// eslint-disable-next-line no-console
console.error(error)
} finally {
state.isLoading = false
}
}
Expand Down
Loading

0 comments on commit 57c3445

Please sign in to comment.