Skip to content

Commit

Permalink
add redirect after paeyment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mo7ammedd committed Sep 23, 2024
1 parent 60e5204 commit fe61a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BookStore.Web/Areas/Customer/Controllers/CartController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public IActionResult SummaryPOST() {

if (applicationUser.CompanyId.GetValueOrDefault() == 0) {

var domain = "http://localhost:5064/";
var domain = "https://manga-store.azurewebsites.net/";
var options = new SessionCreateOptions {
SuccessUrl = domain+ $"customer/cart/OrderConfirmation?id={ShoppingCartVM.OrderHeader.Id}",
CancelUrl = domain+"customer/cart/index",
Expand Down

0 comments on commit fe61a74

Please sign in to comment.