Activities of "Spospisil"

hi

The 5.0 is using the static proxy. The structure of the project has also changed. It may not be compatible with the old version. You can consider to download the source code of 4.4.4 or upgrade to 5.0.

https://github.com/abpframework/abp/pull/9905

My main solution is all version ABP 4.4.4. I do not want to upgrade to 5.0 (at this point) to resolve this issue. Are you saying the ABP 4.4.4 Payment Module does not work for an MVC/Tiered application?

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:

  • ABP Framework version: v5.0.0.1
  • UI type:MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): MVC/Tiered

Reproduce Issue

  1. Generate MVC/Tiered solution in ABP Suite 5.0.1
  2. Add Payment Module (as package reference) to generated solution
  3. Add page and logic to solution to add a new recurring payment, injecting the IPaymentRequestAppService interface
  4. Run solution and go to the newly added page to initiate the OnPost method of the page

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.

I'll also remind you that there is no 'controller' defined in the Volo.Payment.HttpApi project for the payment requests as there are for the Gateway and Plans as I mentioned above.

Here are the Payment API's listed from using the api-definition endpoint

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

I have a reference to Volo.Payment.HttpApiin my HttpApi project as shown below.

Have you depended on the module?

Yes, I do. See below

Showing 181 to 190 of 261 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30