Skip to content

LightCC v1.0.0 - Improved Payment Processing and Credit Card Validation

Latest
Compare
Choose a tag to compare
@emenmousavi emenmousavi released this 07 Apr 15:02
· 27 commits to main since this release
ccf875e

LightCC v1.0.0 introduces significant improvements to payment processing and credit card validation. We've integrated with Stripe, a popular payment processing platform, to handle payment transactions securely and efficiently.

Our updated generate_credit_card_number() function now utilizes pycardvalidator.generate() to generate valid credit card numbers with ease. The validate_credit_card_number() function has been simplified using the pycardvalidator.parseString() function, and the get_credit_card_details() function has been streamlined using requests.get() to retrieve and parse credit card details from the API.

These changes improve overall functionality and provide a more user-friendly experience for our customers.

Changes:

  • Integrated with Stripe for payment processing
  • Updated generate_credit_card_number() function to use pycardvalidator.generate() for generating valid credit card numbers
  • Simplified validate_credit_card_number() function using pycardvalidator.parseString()
  • Streamlined get_credit_card_details() function using requests.get() to retrieve and parse credit card details from the API.