#kosherslayer
1 messages · Page 1 of 1 (latest)
Not sure if that is possible. Checking in to this and will get back to you
hm ok. cause it wont let me here
if I want to add the same price back
maybe I have to use stripe cli to do this?
Yeah as far as I can see deleting and re-adding the items in the UI would be the way to do this. That being said, I am not sure if any of them take the ordering in to account after the first time they are added in
mhmm
well readding doesnt work cause i cant add the item im removing (to just change the order)
if ill use stripe cli to do this, every time i try to make requests to a live product I get the No such subscription: 'sub_1NYckuE1KiUDtCG0B1XYWHhe'; a similar object exists in live mode, but a test mode key was used to make this request.",
But, following the docs I do
stripe login --api-key [my live api key]
yet i still get this error. What am I doing wreong?
wrong
👋 stepping in as Pompey needed to step away
I'm a bit confused why you can't do this via the Dashboard? It wouldn't really be any different than changing via the CLI as far as I know
That said you set the --api-key flag on your request
Not during login
Which is an example
well i want to do it via dashboard, but look at the screenshot I sent. I can't readd an item to the subscription that has been 'removed'. (I would like to make the invoicing price the last item here)
Keep in mind I'm not trying to add new prices to the subscription, I just want to reorder the price line item
s
Ah okay I misunderstood.
Not positive that you will be able to do that via the CLI either...
Like that would just be a no-op update request
But worth testing it out
I'd test in test mode first
mhm
so would the most simple approach to just be cancelling the subscription and creating a new one
Yeah that likely is best imo