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

Override item description on Stripe form #88

Closed
siebird opened this issue Apr 22, 2020 · 1 comment
Closed

Override item description on Stripe form #88

siebird opened this issue Apr 22, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@siebird
Copy link

siebird commented Apr 22, 2020

It would be nice to override the item description with a Stripe Form.

An example here

{% set options = {
	amount: entry.price,
	quantity: 1,
	itemDescription: entry.title
} %}
{{ craft.enupalstripe.paymentForm(paymentForm.handle, options) }}
@andrelopez andrelopez self-assigned this Apr 25, 2020
@andrelopez andrelopez added the enhancement New feature or request label Apr 25, 2020
@andrelopez
Copy link
Member

Hi, we just release Stripe Payments v2.7.0 with a fix to this issue. Please let us know if that works.

More info here: https://docs.enupal.com/stripe-payments/templating/paymentform.html#options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants