The Stripe Webform Payment module is a powerful and flexible module that seamlessly integrates Webform and Stripe Payment Elements. This module elevates the capabilities of a website by providing an array of advanced features and options for processing online payments with ease.
The module depends on the Stripe module "https://www.drupal.org/project/stripe" to integrate with Stripe Payment Gateway, and the Stripe API keys are needed for this module to work.

Besides the description of the module, you can find comprehensive documentation at this link
This module adds a new Stripe field element to a Webform that allows advanced configuration of the module.

Similar modules

Please check this blog post for detailed comparison of similar modules and what differentiates this module from others.

Project link

https://www.drupal.org/project/stripe_webform_payment

Comments

hodba created an issue. See original summary.

hodba’s picture

Status: Active » Needs review
hodba’s picture

Issue summary: View changes
vishal.kadam’s picture

Thank you for applying! Reviewers will review the project files, describing what needs to be changed.

Please read Review process for security advisory coverage: What to expect for more details and Security advisory coverage application checklist to understand what reviewers look for. Tips for ensuring a smooth review gives some hints for a smoother review.

To reviewers: Please read How to review security advisory coverage applications, What to cover in an application review, and Drupal.org security advisory coverage application workflow.

While this application is open, only the user who opened the application can make commits to the project used for the application.

Reviewers only describe what needs to be changed; they don't provide patches to fix what reported in a review.

vishal.kadam’s picture

Title: Security advisory coverage request for Stripe Webform Payment module D9/D10 » [1.0.x] Stripe Webform Payment
Issue summary: View changes
vishal.kadam’s picture

Status: Needs review » Needs work

1. FILE: stripe_webform_payment.services.yml

#  stripe_webform_payment.event_subscriber:
#    class: Drupal\stripe_webform_payment\EventSubscriber\StripeWebformPaymentSubscriber
#    arguments: ['@messenger']
#    tags:
#      - { name: event_subscriber }

Remove commented code.

2. FILE: stripe_webform_payment.module

use Drupal\Core\Cache\CacheBackendInterface;

Place the use statement at the top.

3. FILE: stripe_webform_payment.info.yml

# Information added by Drupal.org packaging script on 2023-04-30
version: '1.0.0-beta1'
project: 'stripe_webform_payment'
datestamp: 1682838410

Remove these lines. It will be added automatically by the packaging script.

hodba’s picture

Status: Needs work » Needs review

Thak you vishal.kadam
The code is updated as instructed.

vishal.kadam’s picture

Rest looks fine to me.

Let’s wait for other reviewers to take a look and if everything goes fine, you will get the role.

vinaymahale’s picture

Issue summary: View changes
avpaderno’s picture

Issue summary: View changes
hodba’s picture

In order to speed up the process, I created a dummy account on Stripe that can be used to test the module faster:
Publishable key: pk_test_51J7tbHL9kB28upArnW0kNF4GotNU0Yu6Ox6NotfCmVSgwDbxfGUF7rHI5HdGNsem6hiGPkwcWmxaP4DjFuNLuRHv00H5W8L1xy

Secret key: sk_test_51J7tbHL9kB28upAriUrtKYnf6j8LCuyTNr1gnc77NXeHlhH4ETaCKflNlyVFEQeJ8MBUO2A73jwwW2hX4swdE0BX00uMgn9bjF

Please make sure to use them in the test keys section. These keys are created as a dummy and have no effect on the account and will be deleted after the verification is completed.

Hope to hear from you soon :)

vinaymahale’s picture

Priority: Normal » Major

I am changing priority as per Issue priorities.

avpaderno’s picture

Assigned: Unassigned » avpaderno
Priority: Major » Normal
Status: Needs review » Reviewed & tested by the community

Thank you for your contribution! I am going to update your account.

These are some recommended readings to help with excellent maintainership:

You can find more contributors chatting on the Slack #contribute channel. So, come hang out and stay involved.
Thank you, also, for your patience with the review process.
Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.

I thank all the reviewers.

avpaderno’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.