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

Payment details empty in Stripe #107

Closed
Coysh opened this issue Jun 12, 2020 · 2 comments
Closed

Payment details empty in Stripe #107

Coysh opened this issue Jun 12, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Coysh
Copy link

Coysh commented Jun 12, 2020

Description

I've got the form working to send payments through to Stripe - but the Description field in Stripe is empty.

You can see the empty description in the attached screenshot.
image

Additional info

  • Craft version: 3.4.0
  • PHP version: 7.4
  • Database driver & version:
  • Plugin version:2.7.1
  • Is SCA and Stripe Checkout enabled?: Yes
@andrelopez andrelopez self-assigned this Jun 16, 2020
@andrelopez andrelopez added the bug Something isn't working label Jun 16, 2020
@andrelopez
Copy link
Member

Hi @Coysh We just released Stripe Payments v2.7.2 with a fix to this issue. Thanks for reporting

Best

@Coysh
Copy link
Author

Coysh commented Jun 23, 2020

@andrelopez thanks, however if I'm using line items - the description gets reset to Order from <email address>.
Is there anyway to set the description if you#re using removeDefaultItem: true?

{% set options = {
	amount: amt,
	calculateFinalAmount: false,
	removeDefaultItem: true,
	lineItems: lineItems,
} %}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants