0
nabass created
- ABP Framework version: v8.2
- UI Type: MVC
- Database System: EF Core (SQL Server )
- Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
- Exception message and full stack trace:
- Steps to reproduce the issue:
- I want to create payment plan like this
- after that i want to select gateway as
- but this page doesn't appear although the payment plan ,payment requests and plan Getaways working fine ...
- so what is the missing to view gateways page as the screen attached
3 Answer(s)
-
0
Hi,
Can you provide your steps to reproduce the problem?
Did you create a subscription link by using
ISubscriptionAppService
and redirected to that link in your code? https://abp.io/docs/latest/modules/saas#usage -
0
i have AppService to subscription call ISubscriptionAppService
and in the razor page i call this service
First the redirectURL return no gateway
and when i go to page Payment request it gives me like that
and this the return object Payment request
so i think there is something missing and i want to select gateway to this payment request like this
-
0
Do you have multiple gateways configured in your application?