Skip to content

Fix bug that caused app to crash when merchant order is numeric#13

Open
ppicom wants to merge 2 commits intosantiperez:masterfrom
ppicom:master
Open

Fix bug that caused app to crash when merchant order is numeric#13
ppicom wants to merge 2 commits intosantiperez:masterfrom
ppicom:master

Conversation

@ppicom
Copy link

@ppicom ppicom commented Jan 12, 2022

Pull Request Template

PR Checklist

  • I have run npm test locally and all tests are passing.
  • I have added/updated tests for any new behavior.
  • [N/A] If this is a significant change, an issue has already been created where the problem / solution was discussed: [N/A, or add link to issue here]

PR Description

Numeric merchant orders cause the app to crash due to it trying to access buf.length when length it's a number.

merchant orders caused the app to crash due to trying to access `length` property on non-string variable
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.

1 participant

Comments