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
{{ message }}
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.
Is your feature request related to a problem? Please describe.
Stripe support told me that SKUs are from an older version of the API and are not really supported anymore -- they prefer to use various Prices instead.
Describe the solution you'd like
Ideally, this demo would come with Prices supported out of the box.
The text was updated successfully, but these errors were encountered:
I literally just spent 1 week working on the implementation of Products, Sku, and Order, before realizing that Sku and Order were deprecated ...
I don't understand why it is. This is stupid because now we have to create as many product + price as sku.
If we had a product with 10 sku object, we now need to create 10 products each with a Price object. And so we can no longer even manage the stocks, product dimensions, etc.
It's a shame ... and they should indicate it more clearly on Stripe, I wasted a lot of time for nothing
Feature request
Is your feature request related to a problem? Please describe.
Stripe support told me that SKUs are from an older version of the API and are not really supported anymore -- they prefer to use various Prices instead.
Describe the solution you'd like
Ideally, this demo would come with Prices supported out of the box.
The text was updated successfully, but these errors were encountered: