What is your product version? v10.2.0 What is your product type (Angular or MVC)? Angular What is product framework type (.net framework or .net core)? .Net Core
Hi everyone, I want to disable Paypal and Stripe methods and add bank transfer method. Tenant should be able to switch to any package they want without having to confirm the payment status.
Can you help me on how to do this?
4 Answer(s)
-
0
Hi @QuickApp
Easiest way is to disable current payment options on appsettings.json file and modify the gateway selection page and manually add wire transfer option. You also need to disable automatic tenant activation on Host settings page.
If you can create an issue on GitHub we can also consider adding this feature to ASP.NET Zero.
-
0
Hi @ismcagdas
What exactly should I disable in appsettings.json?
-
0
-
0
Thank you for your reply @ismcagdas