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

Update stripe api #495

Open
wants to merge 32 commits into
base: development
Choose a base branch
from

Conversation

libanlsilva
Copy link
Contributor

Related to Issue

Fixes # 485

Description

In this PR, the following updates were made:

  • Stripe.js Integration: Stripe.js was incorporated to securely capture customer card details and obtain the payment method from the front-end, in compliance with Stripe's security policies.
  • Modifications to HCC's Main Viewsets: Adjustments were made to HCC's main viewsets to facilitate integration with Stripe.js.
  • Validation Updates: Validations were updated on both the client and server sides for cases where the payment gateway is Stripe.

How Has This Been Tested?

Multiple tests were conducted in my local environment using a clean installation of DNN 9.13.3, and everything worked as expected.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

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

Successfully merging this pull request may close these issues.

2 participants