Atividades de "aroyal81"

Hello, I have a question about payment module. We have added a new gateway provider, defined gateway constants in Domain.Shared. A new provider has appeared in the API, but when we try to create a payment (curl -kv -X 'POST' 'https://localhost:44314/api/payment/TestPay/start'), we get this error:

---------- RemoteServiceErrorInfo ---------- { "code": null, "message": "An internal error occurred during your request!", "details": null, "data": { "ActivatorChain": "TestSolution.BtcPayments.BtcPaymentGateway" }, "validationErrors": null }

[18:15:15 ERR] An exception was thrown while activating TestSolution.BtcPayments.BtcPaymentGateway. Autofac.Core.DependencyResolutionException: An exception was thrown while activating TestSolution.BtcPayments.BtcPaymentGateway. ---> Autofac.Core.DependencyResolutionException: None of the constructors found with 'Autofac.Core.Activators.Reflection.DefaultConstructorFinder' on type 'TestSolution.BtcPayments.BtcPaymentGateway' can be invoked with the available services and parameters: Cannot resolve parameter 'TestSolution.BtcPayments.IPurchaseParameterListGenerator purchaseParameterListGenerator' of constructor 'Void .ctor(Volo.Payment.Requests.IPaymentRequestRepository, TestSolution.BtcPayments.IPurchaseParameterListGenerator, Microsoft.Extensions.Options.IOptions`1[TestSolution.BtcPayments.BtcPaymentOptions])'.

  • ABP Framework version: v6.0.1
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

Hello, I have a question about permissions on records between user roles. The point was that we have several clients with the same role and would like to display separate records for each client (records was place in one table). In other words, i have entity "Transactions", how to make User-1 with default role (lets be "Customer") not see User-2 with role "Customer" data on follow menu "Transactions" in UI Abp.

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

PS. and a non-framework related question, how can I update my username here? because instead of it email was indicated and it does not allow changing in the account..

Mostrando 1 até 2 de 2 registros
Made with ❤️ on ABP v8.2.0-preview Updated on março 25, 2024, 15:11