Skip to content

Commit

Permalink
Merge pull request #34 from pagarme/bump-moment-2019
Browse files Browse the repository at this point in the history
Update moment version
  • Loading branch information
lucianopf authored Oct 3, 2019
2 parents 4866b81 + 325f036 commit 88b1cdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-boleto",
"version": "2.1.0",
"version": "2.1.1",
"description": "Boleto generator in Node.js",
"main": "index.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"eslint-plugin-promise": "^3.3.0",
"eslint-plugin-standard": "^2.0.1",
"mocha": "^3.2.0",
"moment": "https://github.com/pagarme/moment/archive/0.0.2.tar.gz",
"moment": "https://github.com/pagarme/moment/archive/0.0.5.tar.gz",
"ramda": "^0.23.0"
},
"author": "Pedro Franceschi",
Expand Down

3 comments on commit 88b1cdb

@hksistemas
Copy link

Choose a reason for hiding this comment

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

Fiz uma implementação para a Caixa Econômica, carteira RG e também para DAM (Documento de Arrecadação Municipal).
Há interesse em testar para disponibilizar a atualização?

@Thor99
Copy link
Contributor

@Thor99 Thor99 commented on 88b1cdb Jul 3, 2020

Choose a reason for hiding this comment

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

@hksistemas salve mano! Essa implementação seria referente a renderização de boletos da Caixa no node-boleto?

@hksistemas
Copy link

Choose a reason for hiding this comment

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

Isso, boleto da caixa. Olhando a documentação do Santander e Bradesco [boletos já implementado], percebi uma inconsistência e refiz algumas coisas no fonte.
Implementei também pro Banco do Brasil, convênio para 4, 6 e 7 posições, carteira 18-019 [com registro]

Please sign in to comment.