-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
20417-EFT Short Name details #2814
Conversation
@@ -131,14 +145,19 @@ export default defineComponent({ | |||
return `${height}px` | |||
} | |||
|
|||
function isStatementPaid (item: any) { | |||
return item?.transactionDescription === 'Statement Paid' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Enum if possible
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added enum.
auth-web/src/util/common-util.ts
Outdated
@@ -12,6 +12,11 @@ export default class CommonUtils { | |||
return value?.startsWith('http') | |||
} | |||
|
|||
// Format payment account display name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need for the comment? could rename the function to exactly this if needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
'shortNameId': 2, | ||
'statementId': 5407509, | ||
'statusCode': 'LINKED', | ||
'updatedBy': 'CODDYSEU', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd nuke this ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cleaned this up.
'shortNameId': 2, | ||
'statementId': 5407406, | ||
'statusCode': 'LINKED', | ||
'updatedBy': 'CODDYSEU', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd nuke this ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cleaned this up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small points i'd change
|
Issue #:
bcgov/entity#20417
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the sbc-auth license (Apache 2.0).