Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete uzcard format #150

Closed
Caypoh23 opened this issue Dec 26, 2023 · 1 comment
Closed

Incomplete uzcard format #150

Caypoh23 opened this issue Dec 26, 2023 · 1 comment

Comments

@Caypoh23
Copy link

Upon the 8600 format, Uzcard also has 5614 systemCode

{
      'system': CardSystem.UZ_CARD,
      'systemCode': '8600',
      'numberMask': '0000 0000 0000 0000',
      'numDigits': 16,
}

This is based on https://1pay.uz/blog/chto-oboznachayut-czifry-na-platezhnyh-kartah/

Moreover, I added the Humo system but cannot push the changes to a new branch because the permission was denied so there is no possibility to create a pull request.

{
   'system': CardSystem.UZ_CARD,
   'systemCode': '5614',
   'numberMask': '0000 0000 0000 0000',
   'numDigits': 16,
 },
 {
   'system': CardSystem.HUMO,
   'systemCode': '9860',
   'numberMask': '0000 0000 0000 0000',
   'numDigits': 16,
 },
@caseyryan
Copy link
Owner

Thanks. Added your fixes to 2.12.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants