-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Subscription expiration is set for 1 year and not 5 #675
Comments
…n the API and the databse. #675
This was an issue because I create the subscription with 5 years of expiration time, but in the database I have other code with other values. I modified the code to use the PaymentSubcription object to synchronize all this data. |
Can you update to 100 years so "it does not expire" ? people can always go to account and cancel the subscription when they want |
In the API the expiration time is optional meaning that it can be made not to expire. Could it be a good option also? |
sounds great |
* Changed the way we started the subscription, the StartTime is calculated based on the Frequency. * changes in tenant configuration and error message * removed connection string * Solved an issue where the subcription info wasn't synchronized between the API and the databse. #675 * BancoAlimentar.pt UI (#678) * Started the integration of the design of the BancoAlimentar. * Added the support for global layout for the tenants * Progress with the bancoalimentar UI * Added support for having a custom Service Principal in the KeyVaultConfiguration * Fixed a layout issue * Remove the main.min.css for the bancoalimentar.pt before the merging * Added changes to the new BancoAlimentar tenant * Added code to handle the Application Insights * Better support for development environment. * Solved some layout issues in the home page and login page. * Closed #683 by upgrading the nuget packages. * Solved build issues * Solved build issues again. * Fix tabs and spaces. Co-authored-by: Tiago Andrade e Silva <[email protected]>
…red (#687) * Merge developer into master (#685) * Changed the way we started the subscription, the StartTime is calculated based on the Frequency. * changes in tenant configuration and error message * removed connection string * Solved an issue where the subcription info wasn't synchronized between the API and the databse. #675 * BancoAlimentar.pt UI (#678) * Started the integration of the design of the BancoAlimentar. * Added the support for global layout for the tenants * Progress with the bancoalimentar UI * Added support for having a custom Service Principal in the KeyVaultConfiguration * Fixed a layout issue * Remove the main.min.css for the bancoalimentar.pt before the merging * Added changes to the new BancoAlimentar tenant * Added code to handle the Application Insights * Better support for development environment. * Solved some layout issues in the home page and login page. * Closed #683 by upgrading the nuget packages. * Solved build issues * Solved build issues again. * Fix tabs and spaces. Co-authored-by: Tiago Andrade e Silva <[email protected]> * Update Payments-How-to-Test-while-Developing.md * Update README.md added link to youtube video * Update the subscriptions from EasyPay * Fix use tab vs spaces. Co-authored-by: Tiago Andrade e Silva <[email protected]>
I still see it as 5 years. Thought we were changing it to not expire @guerrerotook ? |
If I don't set the Expiration time, this is the exception from the EasyPay API
So, I guess that we have to set a maximum time. Should I change this to 10 years for example? |
yes, but could be 20 years :) |
No, EasyPay API say a maximum of 15 years! |
Great! |
* Solved an InvalidCastException when using the TenantStaticFileProvider * Trying to solve the issue #711 by adding existing references of the user and the payment. * Fixed issue #688 where the sorting by date is not correct in the datatable. * Added the viewport option trying to fix the tests. * Set the ExpirationTime to a maximum of 15 years. #675
* Solved an InvalidCastException when using the TenantStaticFileProvider * Trying to solve the issue #711 by adding existing references of the user and the payment. * Fixed issue #688 where the sorting by date is not correct in the datatable. * Added the viewport option trying to fix the tests. * Set the ExpirationTime to a maximum of 15 years. #675 * Fix an small issue with the Google Authentication * Hope to finally fix the Address1 us null on this method.
we can close this one, right @guerrerotook ? |
closing as it is solved |
Describe the bug
When we create a subscription the expire date is set for 1 year, but the code is set for 5
The text was updated successfully, but these errors were encountered: