-
Notifications
You must be signed in to change notification settings - Fork 0
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
[PRDP-224] Changed Remittance Information retrieve logic #100
Conversation
* [PRDP-220] Added save receipt method to cosmos client * [PRDP-220] Added new reason error code for cosmos * [PRDP-220] Implemented cosmos client and refactored code * [PRDP-220] Changed BizEventToReceipt function logic to fix queue-cosmos desynch * [PRDP-220] Updated unit tests * [PRDP-220] Fix RecoverFailedReceipt function save failed queue status * [PRDP-220] Fixed Cosmos Client insert by generating custom id for receipt * [PRDP-220] Update unit tests * [PRDP-220] Added charset utf-8 to bizEvent stringify
This PR exceeds the recommended size of 400 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
remittanceInformation = transfer.getRemittanceInformation(); | ||
} | ||
} | ||
if (remittanceInformation != null && remittanceInformation.contains(REMITTANCE_INFORMATION_SUBSTRING)) { |
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.
try rto use regex
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.
🤞
Comment this PR with update_code to update |
Kudos, SonarCloud Quality Gate passed! |
List of Changes
Motivation and Context
Issue PRDP-224
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: