You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
here on npm : latest is 10.12.0-beta.1
and here on github : it is still v10.11.0
latest tag should be aligned, and should not not be the beta version. IMHO
Latest should be the same version on github and npm,
and it should not a beta version.
by the way, i'll create another issuefor this.
but it introduces a breaking changes since i got this message when i create a payment.
You cannot use line_items.amount, line_items.currency, line_items.name, line_items.description, or line_items.images in this API version. Please use line_items.price or line_items.price_data. Please see https://stripe.com/docs/payments/
(this is one reason why i think a beta version should not be latest)
Code snippets
No response
OS
ubuntu
Node version
18.10.0
Library version
10.12.0-beta.1
API version
2022-08-01
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
here on npm : latest is 10.12.0-beta.1
and here on github : it is still v10.11.0
latest tag should be aligned, and should not not be the beta version. IMHO
To Reproduce
jst go check on theses urls
https://www.npmjs.com/package/stripe
https://github.com/stripe/stripe-node/releases
Expected behavior
Latest should be the same version on github and npm,
and it should not a beta version.
by the way, i'll create another issuefor this.
but it introduces a breaking changes since i got this message when i create a payment.
You cannot use
line_items.amount
,line_items.currency
,line_items.name
,line_items.description
, orline_items.images
in this API version. Please useline_items.price
orline_items.price_data
. Please see https://stripe.com/docs/payments/(this is one reason why i think a beta version should not be latest)
Code snippets
No response
OS
ubuntu
Node version
18.10.0
Library version
10.12.0-beta.1
API version
2022-08-01
Additional context
No response
The text was updated successfully, but these errors were encountered: