Strange one, but I don't seem to be able to update discount codes anymore. This was working but suddenly seems to have stopped! I'm on umbraco 10.4.0 and vendr 3.0.6.
The scenario is I have created a discount with a code and go back into the UI to update or delete it. For example, turn the unlimited option on. In both cases it says it has saved - there are no error messages (on screen or in the log). When I go back into the discount, the changes have not been saved.
I can see that the id retrieved for the discount code (from the getDiscount request) does not match the one in the database. From a quick db trace I think this is the issue, but have no idea how or why.
Discount codes are not saving
Strange one, but I don't seem to be able to update discount codes anymore. This was working but suddenly seems to have stopped! I'm on umbraco 10.4.0 and vendr 3.0.6.
The scenario is I have created a discount with a code and go back into the UI to update or delete it. For example, turn the unlimited option on. In both cases it says it has saved - there are no error messages (on screen or in the log). When I go back into the discount, the changes have not been saved.
I can see that the id retrieved for the discount code (from the getDiscount request) does not match the one in the database. From a quick db trace I think this is the issue, but have no idea how or why.
Any ideas?
Hi Sue,
Thanks for the heads up. I've just tested this locally and have managed to replicate it so have had a look what is going on.
I have managed to find the culprit and have pushed a fix to our unstable build for now which you can find on our unstable feed at https://nuget.outfield.digital/unstable/vendr/v3/index.json (v3.0.10-beta0001)
If you want to give that a test and confirm it fixes your issue, I can schedule in a release.
Hi Matt,
I have updated to 3.0.10-beta0001 and can confirm this fixes my issue.
Thanks so much for your quick response, please can you let me know when this will be available. Sue
Hi Sue,
I'll get that pushed out tomorrow 👍
That's been pushed out now 👍
is working on a reply...