hi
This feature depends on the Dynamic Claims feature of the ABP framework. https://abp.io/docs/latest/framework/fundamentals/dynamic-claims?_redirected=B8ABF606AA1BDF5C629883DF1061649A
Have you enabled it?
hi
Is there a way to get the source code of the StripePaymentGateway or the PaymentModule in general?
Please send an email to liming.ma@volosoft.com I will share the source code.
Enabling WebHooks Configuring Web Hooks is highly important for subscriptions otherwise your application won't be able to get subscription changes, such as canceled or updated states. Each gateway has its own configuration:
https://abp.io/docs/commercial/5.1/modules/payment#enabling-webhooks
Stripe will send a request to your website(yourdomain.com/payment/stripe/webhook
)
You can override the Volo.Payment.Stripe.Domain/Volo/Payment/Stripe/StripePaymentGateway.cs
to add more logic.
Please send the mail, I will share the source code.
ok, You can commit these to your repos.
but you can still access it if it isn't in the wwwroot folder
folder.
hi
Can you share Logs.txt
file?
I think you have some permission problem.
btw, Is there any error message on browser console?
liming.ma@volosoft.com
This command generates the file from node_modules.
https://abp.io/docs/latest/CLI#install-libs
But these files are from the package. you don't need to run install-libs
for them.
/_content/Volo.Abp.Account.Pro.Public.Blazor.Shared/libs/account/link-user.js
/_content/Volo.Abp.Account.Pro.Public.Blazor.Shared/libs/account/authority-delegation.js
which mean you can reach it with below link https://localhiost:1234/_content/Volo.Abp.Account.Pro.Public.Blazor.Shared/libs/account/link-user.js
hi
Can you check the logs.txt
to see what happened?
hi
You can keep it.
You should run the abp install-libs
command to restore libs.
This is the default setting of an abp template project.
hi
I have enabled the chat feature and run abp bundle
command on Innovain.Sports.Blazor.Client
src\Innovain.Sports.Blazor.Client> abp bundle
[09:51:34 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli
[09:51:35 INF] ABP CLI 8.2.2-dev
[09:51:40 INF] Generating style bundle...
[09:51:40 INF] Style bundle has been generated successfully.
[09:51:40 INF] Generating script bundle...
[09:51:41 INF] Script bundle has been generated successfully.
[09:51:41 INF] Script and style references in the C:\Users\malim\Downloads\Innovain.Sports\src\Innovain.Sports.Blazor\Components\App.razor file have been updated.