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

minor changes to 127.1 ,if bitmap is customized #135

Closed
wants to merge 3 commits into from

Conversation

msaadsiddiqui
Copy link
Contributor

please review the changes

@msaadsiddiqui
Copy link
Contributor Author

@zemuldo can you please review ?

Copy link
Owner

@zemuldo zemuldo left a comment

Choose a reason for hiding this comment

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

Looks good. Just the variable instance change. See comments

@@ -14,7 +14,14 @@ function assembleKeyValueString(self: ISO8583): DefaultError | Buffer {
if (mtiCheck && validate && state) {
const bitmaps_127 = self.assembleBitMap_127();
const bmpsHex = self.getBitMapHex_127_ext();
let buff = Buffer.alloc(8, bmpsHex, 'hex');
const buff = Buffer.alloc(8, bmpsHex, 'hex');
Copy link
Owner

Choose a reason for hiding this comment

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

This variable is re-assigned, See the failing tests.

Copy link
Owner

Choose a reason for hiding this comment

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

Instantiate with just let

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have made the changes, changed const to let

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@zemuldo would appreciate if you can review and approve if possible ASAP so that I can proceed with my deployment strategy :) Thanks

@zemuldo
Copy link
Owner

zemuldo commented Sep 25, 2023

Closing this, duplicate of #137

@zemuldo zemuldo closed this Sep 25, 2023
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.

2 participants