🦜 Issues for Stripe Pay
@www.drupal.org.project.issues.stripe.pay.text.status.open.priorities.all.categories.all.version.all.component.all@rss-parrot.net
I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline!
Brought to you by the RSS Parrot.
---
Your feed and you don't want it here? Just
e-mail the birb.
Add TrustedRedirectResponse use statement in StripeController.php
https://www.drupal.org/project/stripe_pay/issues/3521855
Published: April 30, 2025 00:57
Hello! I am using Stripe Pay to process registration payments for the site I'm working on. The registration workflow is as follows:
User fills out registration form -> On submit, they are taken to the Stripe checkout page -> On payment success, they are…
Fatal error: AssertionError: "Stripe Payment" must be defined in MODULE_NAME.field_type_categories.yml
https://www.drupal.org/project/stripe_pay/issues/3514281
Published: March 20, 2025 09:50
Problem/Motivation
With a fresh installation of Drupal 11.5 and Stripe Pay, a fatal error happens that prevent adding the Stripe Pay field to any content entity, custom or core, with the following error:
AssertionError: "Stripe Payment" must be defined in…
Add option for end user to specify payment amount
https://www.drupal.org/project/stripe_pay/issues/3451952
Published: June 2, 2024 13:07
Problem/Motivation
I'm implementing a donation button. This module would be ideal for the purpose if it was possible for the end user to specify an amount rather than having a hard coded price.
Steps to reproduce
n/a
Proposed resolution
On the field widget…
Wrong price being sent
https://www.drupal.org/project/stripe_pay/issues/3447863
Published: May 17, 2024 13:15
In stripe-payment.html.twig the data-amount attribute is hard-coded to '1234' and not taken from the field value? This way the price will be always 12,34. I have not found it documented anywhere.
Is this because this is a reference module? If so, feel free…
Automated Drupal 11 compatibility fixes for stripe_pay
https://www.drupal.org/project/stripe_pay/issues/3434799
Published: March 25, 2024 01:45
Problem/Motivation
Hello project maintainers,
This is an automated issue to help make this module compatible with Drupal 11.
Changes will periodically be added to this issue that remove deprecated API uses. To stop further changes from being posted, change…
Correct the composer require drupal/stripe_pay instructions
https://www.drupal.org/project/stripe_pay/issues/3385747
Published: September 6, 2023 23:58
Problem/Motivation
The documentation currently instructs the user to require the wrong project vendor package name.
Proposed resolution
Correct the documentation.
Fix the issues reported by phpcs
https://www.drupal.org/project/stripe_pay/issues/3373210
Published: July 7, 2023 12:52
Problem/Motivation
FILE: /var/www/html/vb/d_cont/stripe_pay/stripe_pay.routing.yml
--------------------------------------------------------------------------------
FOUND 1 ERROR AND 3 WARNINGS AFFECTING 4 LINES…
missing parameter type
https://www.drupal.org/project/stripe_pay/issues/3369592
Published: June 24, 2023 08:33
Add or correct the documentation comments used for files/classes/functions/methods
https://www.drupal.org/project/stripe_pay/issues/3369581
Published: June 24, 2023 08:27
The documentation comment for the .module file is missing. Furthermore, there are other documentation comments that are incomplete or need to be fixed. For example:
/**
* Get currency codes available on the stripe
*/
function stripe_currency_codes()
It…
module file must be prefixed with the module's name
https://www.drupal.org/project/stripe_pay/issues/3369572
Published: June 24, 2023 08:21