Skip to content
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

APR-2985-Gateway-checks-for-prefixed-charities-bug-fix #963

Merged

Conversation

raviudari01
Copy link
Contributor

No description provided.

Copy link
Contributor

@MarkFCain MarkFCain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is an oc

@@ -110,7 +110,7 @@ private async Task LookupCharityCommissionDetails(ApplyGatewayDetails applyGatew
var message =
$"Unable to parse charity registration number from charity number in ukrlp: '{charityNumberFromUkrlp}'";
_logger.LogError(message);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is no longer an error, but an occasional, but expected condition. Can you change .LogError to .LogInformation

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps change the message as well. To something like Charity registration number cannot be parsed into a number, skipping getting details from charity commission for {charityNumber}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@raviudari01 raviudari01 changed the title APR-2985 - APR-2985-Gateway-checks-for-prefixed-charities-bug-fix APR-2985-Gateway-checks-for-prefixed-charities-bug-fix Mar 23, 2022
MarkFCain
MarkFCain previously approved these changes Mar 23, 2022
@sonarcloud
Copy link

sonarcloud bot commented Mar 23, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@raviudari01 raviudari01 merged commit 3d833c2 into master Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants