manishkatyan / strapi-stripe

Stripe Plugin for Strapi CMS
66 stars 33 forks source link

Payment updates #28

Closed Puvvl closed 2 years ago

Puvvl commented 2 years ago

Hey! I faced with issue when I try to update product or subscription it doesn't update on stripe side. How should I properly update a product to update it in the stripe? Also, non-required fields return an errors:

nishekh-e-r commented 2 years ago

@Puvvl please use the payment plugin dashboard to update your Product or subscriptions.

You can reference below images:

strapi-stripe strapi-stripe-edit

Puvvl commented 2 years ago

So there is no way to update the product price?

nishekh-e-r commented 2 years ago

@Puvvl stripe doesn't support updating the price of an already created product with the price.

Puvvl commented 2 years ago

@nishekh-e-r I see, hm... In this case I think we can use Pricing model to manipulate with price, I know that you didn't implement yet. Do you have a plan to realize this future?