Dark_Mift
Explore posts from serversRequest for in depth material regarding auth implementation in. net
I want to get a decent grasp of how to properly implement dotnet auth in core MVC.
Material i found mixes api stuff into this and its somewhat confusing how identity or jwt is correctly applied.
1 replies
DTDrizzle Team
•Created by Dark_Mift on 5/4/2024 in #help
Transaction failing issue
Hey all,
I am trying to implement a transaction here
Adding a cartId to rows based on certian logic
I tried many combinations and even a raw sql version but I cannot determine why I am getting a rollback
I am hoping one of you can see what I am doing wrong here
https://github.com/Darkmift/pc-shopping-cart-limit-oversell/blob/6aaba73704774f151cb7c28ec4fd466678d8d540/src/api/product-inventory/product-inventory.service.ts#L83
2 replies