I already added Volo.Payment.Admin.* to project, *Then you have to create a plan, you can follow Payment > Payment Plans menu to configure it. >> * I do not see it in menu, what is access link I can configure in menu?
I tried this link but it is not correct https://localhost:44307/saas/host/payments
Hi here, I got the same problem when deploy application in test server. It works in local with IIS Express Visual Studio. What should I do to solve this issue?
Thanks @ismcagdas,
After removing this line code it works fine. Does it affect another place if we remove it? eg, should I do to call SaveChangesAsync() whenever I want to save database
Hi @ismcagdas , do you have any comment on this one? Thanks
The process to the payment From Login page > Click on Register Tenant > Select any plan (not select Trial) > Enter name, email & password > Click on Register It will lead you to payment page
Hi @ismcagdas,
If you look at file RegisterTenant.cshtml.cs, I called return LocalRedirectPreserveMethod("/Payment/GatewaySelection?paymentRequestId=" + paymentRequest.Id);
It opens payment page. Could you tell me what should I do with initial payment process?
Yes I have sent email to you. Please let me know if you get any trouble with checkout source code
Do we have good documentation for the payment integration?