d-edge / Cardidy

A .net library to identify credit card number and cvv
MIT License
33 stars 12 forks source link

Update card LankaPay #100

Closed aloisdg closed 1 year ago

aloisdg commented 2 years ago

Hello,

I would like to update LankaPay. You can get LankaPay traits on Wikipedia.

This card uses Luhn check validation. You can add it by replacing its inheritance from ACard to ALuhnCard. That's all. It happens here: https://github.com/d-edge/Cardidy/blob/81cd3f6929b3f61a0656960eb3b574bf1eb07c2d/src/DEdge.Cardidy/Model/Cards.cs#L108

Of course, dont forget to edit the test cases to handle this update.

If you want to solve this issue, check this how-to guide.

Cheers,

blouflashdb commented 2 years ago

I would like to work in this.

aloisdg commented 2 years ago

Sure :)