Hi,
I have sent you a email with a google drive link. Please let me know what you find.
Steve
Hi,
Can I get an update to this issue please.
Thanks.
Hi,
Well to test out if ABP 5.0.1 would solve my problem, I tried generating a MVC/Tiered solution using ABP suite and then adding the Payment Module (as a package) to the generated solution and then tried creating a recurring payment and get essentially the same issue with the injection of the IPaymentRequestAppService interface. See link below.
At this point the Payment Module does not work with a tiered solution either with ABP 4.4.4 and 5.0.1, so I'll need this resolved pretty quickly.
Please advise.
https://support.abp.io/QA/Questions/2373/Payment-ModuleRecurring-Payment-Not-Working
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
If you're creating a bug/problem report, please include followings:
Reproduce Issue
So your suggestion is to upgrade to v5.0 in order to fix this issue? Let me remind you that it's the IPaymentRequestAppService not the IPaymentRequestAdminAppService that seems to be the issue.
Also, check out this endpoint.
HttpApi.Host https://localhost/api/abp/api-definition
It should have the Payment module APIs.
The only payment modules this api-definition endpoint details out are the Payment.Admin API's
Hi,
You're answer was misleading since the HttpApi project in my solution is not the https://localhost:44300 project but rather is the 'HttpApi.Host' project.
However, to answer your question, yes, I have a reference to Volo.Payment.HttpApiin my HttpApi project as shown below.