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

line item error #21

Open
bakibillah opened this issue Oct 19, 2023 · 0 comments
Open

line item error #21

bakibillah opened this issue Oct 19, 2023 · 0 comments

Comments

@bakibillah
Copy link

bakibillah commented Oct 19, 2023

line_items=[
{
'name': 'T-shirt',
'quantity': 1,
'currency': 'usd',
'amount': '2000',
}
]
change the line items to only price and quantity like the sample code below. price id could be copied from the stripe products page.

line_items=[
{
'price': 'price_1O2pGtLrE8utBlHsvyGshbgD',
'quantity': 1,
}
]

ref: https://www.youtube.com/watch?v=CDQb07n1tSA

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

No branches or pull requests

1 participant