commerce icon indicating copy to clipboard operation
commerce copied to clipboard

Issue #2790551 by steveoliver, bojanz, borisson_: Implement a JS libr…

Open mglaman opened this issue 8 years ago • 1 comments

…ary for the credit card form

mglaman avatar Mar 04 '17 12:03 mglaman

This PR needs work. We basically want a JS version of our CreditCard.php code. In comparison to it, this JS code lacks certain credit card types (JCB, UnionPay) and Luhn validation.

Compared to 11 months ago, we have a real world need for the code in Commerce AuthNet: https://www.drupal.org/project/commerce_authnet/issues/2932486 which should help us ensure that the merged code is solid.

Also, ouch, we have no way to write JS unit tests yet. Issue to follow is https://www.drupal.org/project/drupal/issues/2815199

bojanz avatar Feb 07 '18 11:02 bojanz