- ABP Framework version: v6.0.0
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace: No Exception
- Steps to reproduce the issue:"
Hi there.
We want to use the same ABP Commercial Edition Subscription logic.
Can you recommended me some hints please :)
3 Answer(s)
-
0
Hi Yasin,
Could you give us more detail, please? I couldn't understand what you mean.
Regards.
-
0
-
0
Hello, I will try to answer your question as clearly as possible, please let me know if there is anything unclear.
First of all, you need to read this document.
A lot of things will fall into place after reading this document, but you may need code samples.
In this case, you can often look at the abpframework/eventhub project. Since it is an open-source sample, we did not use the Volo.Payment module there, but we wrote our own module very similarly. For simplicity, this module only supports
PayPalas a gateway. For more information about the module you can check here.Note: You don't need to write such a module because you can use the
Volo.Paymentmodule directly. I am giving information through theEventHubproject just to give an example.Now let's get to the usage and customization of this simple and logically almost the same module as
Volo.Payment. You can get help from the codes here.However, as I mentioned before, the codes are similar but may not be the same, so as I said before, you should read this document first of all.
