What is your product version? 11.0.0
What is your product type (Angular or MVC)? Angular
What is product framework type (.net framework or .net core)? .NET 6
We want to integrate customer portal in our project so that user can change / add or remove there case details so we want to implement https://stripe.com/docs/customer-management/integrate-customer-portal#configure in our application can some one please help us to inmplement stripe custome portal.
Thanks
1 Answer(s)
-
0
Hi @shedspotter
You can place your code into this class https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Core/MultiTenancy/Payments/Stripe/StripeGatewayManager.cs and then create the related UI on your app. Let us know if you have a specific problem.