RSS Parrot

BETA

🦜 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.

Site URL: www.drupal.org/project/issues/stripe_pay?text=&status=Open&priorities=All&categories=All&version=All&component=All

Feed URL: www.drupal.org/project/issues/rss/stripe_pay

Posts: 8

Followers: 1

Add option for end user to specify payment amount

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

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

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

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

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…

Add or correct the documentation comments used for files/classes/functions/methods

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…