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

400 error on stripe checkout #32

Open
simonv3 opened this issue Oct 31, 2022 · 0 comments
Open

400 error on stripe checkout #32

simonv3 opened this issue Oct 31, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@simonv3
Copy link
Contributor

simonv3 commented Oct 31, 2022

{
  "error": {
    "code": "parameter_invalid_empty",
    "doc_url": "https://stripe.com/docs/error-codes/parameter-invalid-empty",
    "message": "You passed an empty string for 'line_items'. We assume empty values are an attempt to unset a parameter; however 'line_items' cannot be unset. You should remove 'line_items' from your request or supply a non-empty value.",
    "param": "line_items",
    "request_log_url": "https://dashboard.stripe.com/logs/req_2JgEQ6CGJ2Qxhh?t=1667023632",
    "type": "invalid_request_error"
  }
}

This is happening with quite a few requests. We've only had one report, but I'm seeing it every couple of days in the logs.

@peterklingelhofer peterklingelhofer added the bug Something isn't working label Oct 31, 2022
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