grandnode / grandnode2

Open-Source eCommerce Platform on .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, LiteDB & Vue.js
https://grandnode.com/
GNU General Public License v3.0
1.05k stars 431 forks source link

Implementation of Stripe Checkout as a Replacement for PayPal Plugin #460

Closed KrzysztofPajak closed 6 months ago

KrzysztofPajak commented 7 months ago

Description

The purpose of this issue is to replace the current PayPal payment plugin with a new solution based on Stripe Checkout. This change aims to enhance the flexibility and security of the payment process in our application.

Requirements

  1. Integration of Stripe Checkout: Implement Stripe Checkout as the payment processing system.
  2. Deprecation of PayPal Plugin: remove the PayPal plugin .
  3. Testing and Validation: Thoroughly test the Stripe integration to ensure it handles all payment scenarios correctly.
  4. Documentation: Update documentation to reflect the change from PayPal to Stripe.
  5. Compliance and Security: Ensure the new system adheres to all necessary compliance standards

Benefits