hi @ryancyq
Thanks for picking up. Lets park language for now.
I want to setup Features and billing plans in GBP. I would also like to configure stripe integration with stipe with all charges in GBP.
I have setup following in AppNameConsts.cs, but it does not seem to work.
public const string Currency = "GBP";
public const string CurrencySign = "£";
Hi,
I am using AspZero 6.5 - asp .net Core MC = jquery.
How can I change the Currency code and Symbol to GBP/£?
Also, how can I display the date in Uk format as dd/mm/yyyy ?
Is there a setting somewhere as the change in Const file does not seem to work.
Regards, Vikas
Thanks for confirming, Will check.
Hi,
I have done the integration.
Background jobs are showing up in hangfire. However, the background worker is not showing up under Recurring Jobs.
Regards,, Vikas
Hi Guys,
I have enabled Hangfire in my project.
I also setup a job as per below. https://aspnetboilerplate.com/Pages/Documents/Background-Jobs-And-Workers#background-workers
The job is working fine, however, I cant see logs anywhere. Its not visible in Hangfire UI.
Is there anything else that needs to be done?
Regards, Vikas
Thanks. will try.
Hi,
I have coded a new integration. I want to store the url and secrets etc in the appsettings.json.
Is there a class available to retrive the setting in code? Any pointers/examples will be much appreciated.
Cheers, Vikas
Thank you. It worked :)
Hi Guys,
I have a situation where I am making several update transactions to Db.
I am fetching an Odata refresh token and saving to db table. However, if any error happens down the line, I am throwing a Userfriendly exception.
In this case, DB update is rolled back.
Is it possible to ovverride a particular db update to avoid rollback?
Regards, Vikas