Payment credit card
Component ID
1717430
Component name
Payment credit card
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
2424
Component created
Component changed
Component body
Credit card support for payment method which needs some basic input credit card and validate handlers without using commerce module.
This module is fully copied from commerce source (payment module).
It will make some required checks on basic input credit card form :
- card type
- card number (using Luhn algorithm)
- security code
- expiration date
- start date if provided
This simple module does nothing by itself : this is a module helper for developer who need to integrate a basic embeddable credit card form into a payment method form.
At the beginning, it was develop to work with payment module but should work for any other project.
