Added info in readme and a new redirect
This commit is contained in:
@@ -2,7 +2,6 @@ using Stripe;
|
||||
using Stripe.Checkout;
|
||||
using Hutopy.Application.Common.Interfaces;
|
||||
|
||||
|
||||
namespace Hutopy.Infrastructure.Stripe;
|
||||
|
||||
public class StripeService : IStripeService
|
||||
@@ -35,7 +34,7 @@ public class StripeService : IStripeService
|
||||
},
|
||||
Mode = "payment",
|
||||
UiMode = "embedded",
|
||||
ReturnUrl = "http://localhost:5174",
|
||||
ReturnUrl = $"http://localhost:5173/creatorfolio",
|
||||
};
|
||||
|
||||
var service = new SessionService();
|
||||
|
||||
Reference in New Issue
Block a user