ASP.NET CORE MVC & JQuery v12.0.1 .NET 7
@ismcagdas - Do you know if there was any task ever completed for this? We are getting very similar behaviour. Edition feature settings (in particular checkboxs) are not correctly updating. Some peculiarities with only updating if a text field setting is also updated.
I can debug it as far as the EditionManager:
public virtual Task SetFeatureValueAsync(int editionId, string featureName, string value)
{
return _featureValueStore.SetEditionFeatureValueAsync(editionId, featureName, value);
}
But then lose the trail into ABP Source code.
It seems the value is not correctly being inserted into the [AbpFeatures] table.
Steps to reproduce: 1. Ensure you have a edition feature checkbox setting. 2. Edit an edition and change just the checkbox setting. 3. Save and re-open the edition modal. The value will not be updated
Thank you
Thanks once again @ismcagdas
I was looking at https://docs.abp.io/en/commercial/latest/modules/payment which gives a different URL (api/payment/stripe/webhook):
Now that I am listening to Stripe/Webhooks it's working as expected.
Thanks for your ongoing support. Highly appreciated.
Kind regards
We are on ABP 7.3.0 running Zero version 10.4.0 trying to get Stripe integration working. All going well up to "Please Wait Receiving payment result. Please Wait" where it then gets stuck. The errors occur when moving through the stripe payment screens. You will see we have tried both: http://default.localhost:44302/api/payment/stripe/webhook and http://localhost:44302/api/payment/stripe/webhook as the listening api
We have added the WebhookSecret to theapplication.config.
Has anyone any ideas what we could be missing?
One thing we noticed is we cannot see the api/payment/stripe/webhook route in swagger: Should we be able to?
Thanks
For anyone else getting the same: https://support.aspnetzero.com/QA/Questions/11223/Castle-core-pair-2-load-error-version
Thanks @ismcagdas, that has resolved the issue, many thanks!
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
<br> Hi,
We are experiencing an issue with the Recent Notifications box whereby clicking "Set all as read" does not set notifications to read.
In this example, there are 47 notifications as you can see:-
The code in question is contained in the following folder/file: "Web.Mvc\wwwroot\view-resources\Areas\App\Views\Layout\_Header.js". When the code is debugged and "Set all as read" is clicked, the execution stops at the breakpoint here:-
Stepping the execution on using F11, the code from line 142 onwards is never executed and consequently the notifications are never set to read.
We haven't modified the original code.
Could you advise please?
Many thanks,
Roger
@marble68 - Did you get to the bottom of this error? We are getting the exact same thing after upgrading: Could not load type 'Castle.Core.Pair`2' from assembly 'Castle.Core, Version=5.0.0.0,