-
Semana 1
- [x] Elegir reto y hacerle fork
- [x] Crear Archivo README
- [x] Iniciar proyecto (npm y git init)
- [x] Crear html con ejemplo de uso
Semana 2
- [ ] Validar que el usuario no p…
-
So, are you guys intrested, or have plans on implementing a credit card validator and issuer identifier?
If so, I would love to discuss and contribute. =D
-
Hi CJ,
Your solution to the Credit Card Validator challenge is a bit different from the others I’ve seen, and I like it! It’s interesting how you use a .each_with_index iterator to multiply even ind…
-
I wrote a quick custom validator to check to the creditCard numbers via the Luhn algorithm. I think it would be useful to add to the default validators, I wasn't sure the best way to contribute but if…
-
We're currently not sure if all of our credit card issuer patterns are valid patterns. We should check them with validator.js.
-
Шаг 1.
Меняем номер карты в строчке "String number = "номер карты" на тестовые данные, представленные ниже поочередно валидные карты банков с валидными номерами карт, после каждой смены карты запуска…
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0x1cda30462e2430f6b37753f40f3c388776522bf763d9d39ed1f193ffc142170d
**Severity:** high
**Description:**
## Brief
Vulne…
-
**Description**
Checks credit card numbers for validity based on algorithms or by making test transactions (usually in a test environment).
**Expected Behavior**
The credit card validator sho…
-
I can't give custom messages.
public function rules() {
$rules = [
'card_number' => ['required', new CardNumber],
'expiry_year' => ['required', new CardExpiratio…
-
Implementing a Credit Card Generator and Validator using the [Luhn algorithm](https://en.wikipedia.org/wiki/Luhn_algorithm).