Conversation
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://thankful-meadow-0269c6e03-137.westeurope.3.azurestaticapps.net |
|
@TouchySpidey, we have a problem with this feature. But after the response was OK, I sent another request to the User controller to refresh the isPremium variable.
What do you think about? |
|
Unsubscribing basically means "I do not want to renew my subscription" |
|
Okay but now, after the unsubscribe, the button to unsubscribe is still active. Because I use the isPremium variable to make the buttons subscribe and unsubscribe. What I want to say is that we have a thirty-state which means have successfully unsubscribed but your actual subscription expires on 10 October. Does it make sense? If you gave me this state how do we manage the UI? On some websites, I see some links for "manage the subscription plan" that bring you to a page made by Stripe. There you have the renewal, the unsubscribe, and the bill. Do you know this page or do you have other ideas? @LorenzoBuongiorno what do you think about the UI scope? |
|
it should be no problem to let the user use the stripe subscription manager, i'll try tonight |
|
regarding the sub expiration, i can pass something along with isPremium: |
I agree. One thing, don't take the url in input. I don't like to expose this for security issues. If you are 100% secure do it. If not set up the homepage as a go back url. In the evening I'll create an issue for tracing this development! |
Ok, expiresOn in case of autoRenew false is the date of the end of subscription if it is true expiresOn is the value of next renew. AutoRenew is false when I have made the unsubscribe or when I want to make the subscription month by month. So, the user should see the button unsubscribe when isPremium is true and autoRenew is also true. If it's right I'll create another issue.
Let me know 💪 |
umh ok i'll see what i can do |
|
@EkimoCode |


No description provided.