We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For the next versions, I believe it would be useful for a routine to do the reverse process. In other words, transform brcode strings into objects.
The text was updated successfully, but these errors were encountered:
The implementation was started at the branch brcode-parser.
brcode-parser
Sorry, something went wrong.
u can show the example code to issue problem?
@andersoney example:
const brcode = '00020101021126970014br.gov.bcb.pix0136fcba8826-cbff-46e2-8c40-1b39896402a80235Donation with defined amount - GPIX52040000530398654045.005802BR5917Hiago Silva Souza6009Rio Preto610815082131620705031236304520D'; // parsing brcode const pix = PIX.parse(brcode); console.log(pix.getReceiverName());
No branches or pull requests
For the next versions, I believe it would be useful for a routine to do the reverse process. In other words, transform brcode strings into objects.
The text was updated successfully, but these errors were encountered: