-
This happens when I try to load the module like this:
```
var angular = require('angular');
require('angular-credit-cards');
// Application Setup
angular.module('my-app', ['credit-cards'])
```
I th…
-
Is it possible to create a `nonce` for a new credit card via only the "Advanced integration" example in the README (v3-beta)? Where does the CVV field go in `client.request()`?
-
Hi,
Love the lib - but it depends on `camel-case` which depends on `sentence-case` which is somehow very large (15kB minified). I think it's to do with supporting extended unicode character sets. We …
-
Hi,
I just upgraded the extension to 1.4.3 via composer. But now my payment menthods are not showing anymore. Before the upgrade at version 1.3 they were showing just fine. I am using the Adyen test …
-
6011111111111117 Discover Card # does not validate nor does it work in eager Pattern.
Current:
pattern: /^6(011(0[0-9]|[2-4]\d|74|7[7-9]|8[6-9]|9[0-9])|4[4-9]\d{3}|5\d{4})\d{10}$/,
eagerPattern: …
-
When clicking on an email link page doesn't close because of an error with Adguard
https://www.creditkarma.com/events/redirect/mailing?nid=71801660&aid=2419977818&ooc=Z9FCYHAQQ4DP4ONXNWBF&campaignNam…
-
Your regular expressions for mastercard need to be updated:
exports.masterCard = new Type('MasterCard', {
pattern: /^5[1-5]\d{14}$/,
eagerPattern: /^5[1-5]/
})
"MasterCard has announced that the…
-
I noticed this on my own personal task list --
``` json
{
"description": "Pay Chase",
"due": "20160312T080000Z",
"entry": "20160213T052354Z",
"id": 21,
"imask": 8.0,
"intheam…
-
There is a json field `cards` that contains an array. When the model serializes it serializes the array as the key to an object with no value and causes a parse error:
```
{ [error: invalid input syn…
-
The following numbers are valid credit card numbers, but an error occurs when using them:
6362970000457013
6062825624254001
5078601912345600019
You can check the numbers in this sites:
http://www.val…