pagarme-js icon indicating copy to clipboard operation
pagarme-js copied to clipboard

💛 Pagar.me's JavaScript API

Results 68 pagarme-js issues
Sort by recently updated
recently updated
newest added

Problemas com filtro entre datas em Node JS Eu preciso que seja possível realizar o filtro dos recebíveis através de um range de data, porém não tenho sucesso usando o...

## Description We're already at version 4.1 at [npm registry ](https://unpkg.com/[email protected]/#) but that's not updated at our `README.md` nor at our cdn guiding our users to use outdated versions of...

Olá pessoal! Pelo fato da biblioteca ter passado por um _major update_, se espera algum _breaking change_ porém de forma prática não é possível saber a alteração sem inspecionar os...

enhancement
pagarme-js docs
cos:intangible

## Description According to https://docs.pagar.me/v2017-08-28/docs/obtendo-os-dados-do-cartao if you send an object you should get a validation object descriptive of whether your input info is valid or not. Using the previous version...

## Problema com Screen pequenas (iOS) Não encontrei o lugar correto para abrir essa Issue então estou abrindo por aqui mesmo, o código de checkout de vocês, no arquivo https://assets.pagar.me/checkout/style/pagarme-ui.css?version=5...

Bom dia, Estou tentando criar um cartão usando a encryption key: pagarme.client .connect({ encryption_key: encryptionKey, }) .then(client => client.cards.create(pagarmeCard)) e estou recebendo o seguinte erro: "errors": [ { "type": "invalid_parameter",...

## Description The `validate` function of the CDN returns `true` when passed an empty credit card number. I tested with the `pagarme.min.js` generated by the build script, and it worked...

Estou com um problema utilizando a versão `3.1.3` no node `4.4.x`. O erro é o seguinte > TypeError: ["GET","HEAD","PUT"].includes is not a function at buildRequestParams ([/home/user/app/node_modules/pagarme/pagarme.js:2667:56](https://github.com/pagarme/pagarme-js/blob/55f5906114a4f6e9b857f1a9b410199a0530e61c/pagarme.js#L2667)) Dei uma olhada e...

## Description Internet explorer doesn't support property or method 'startsWith': https://github.com/pagarme/pagarme-js/blob/master/lib/validations/validate/card/brand.js#L26 We can see the compatibility in https://developer.mozilla.org/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith ## My Setup Windows 10 Internet Explorer 11 - [x] I have...

The first case is when passing an empty string, the resulting object asserts `true`. It was supposed to return false, right? ``` import pagarme from 'pagarme' ... console.log(pagarme.validate({card: {card_number: ""}})))...

bug