payform icon indicating copy to clipboard operation
payform copied to clipboard

:credit_card: A library for building credit card forms, validating inputs, and formatting numbers.

Results 20 payform issues
Sort by recently updated
recently updated
newest added

[image](https://github.com/jondavidjohn/payform/assets/125456979/46b03fdc-7e92-44de-8f5d-ac1d2a3cca52)

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...

dependencies

Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.1 to 1.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cached-path-relative&package-manager=npm_and_yarn&previous-version=1.0.1&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Hello, I tried to use the information on how to add a "custom cards" validation but I must be missing something. I am trying to add Bancontact support. Cards number...

Bumps [concat-stream](https://github.com/maxogden/concat-stream) from 1.4.10 to 1.4.11. Commits - [`db0b0e9`](https://github.com/maxogden/concat-stream/commit/db0b0e907258afbb734104ee370ce2f01694095c) 1.4.11 - [`4c4ed11`](https://github.com/maxogden/concat-stream/commit/4c4ed11cc642c362ebd2bc56e571f15a592067d5) backport buffer-from-number fixes - See full diff in [compare view](https://github.com/maxogden/concat-stream/compare/v1.4.10...v1.4.11) Maintainer changes This version was pushed to npm...

dependencies

$(document).on('change', '#CreditCardNo', function () { $('#CreditCardNo').payform('formatCardNumber'); $('#expiry').payform('formatCardExpiry'); $('#CVC').payform('formatCardCVC'); $('#numeric').payform('formatNumeric'); }); ![asass](https://user-images.githubusercontent.com/50386934/57341830-7c8c8280-7101-11e9-8ed1-b22bf279543c.PNG) I am coding in ASP.NET MVC 5 and i am facing the error uncaught typeerror $(...)payform is not a...

It appears that Visa cards (starting with 4) are not validating properly if I include cardNumberInput. It formats the card number properly but when I tab out after entering 16...

Bugfix of #63 (Caret moved to the end of input after change). Fixed for LTR only and testable manually only, by index.html and jquery.html. In the ticket there a clear...