Starts in:
1 DAY
16 HRS
47 MIN
14 SEC
Starts in:
1 D
16 H
47 M
14 S

Activities of "learnabp"

I was logging in with the owner account hence the problem ... i logged in as a developer and it worked

Thanks for your help

Thanks for you response, i have copied the code over to my own web application

see what i mean i just made learnabp an owner but still not able to get stripe nuget

I have followed the guide word for word

but the paypal ans stripe nuget pacakges are not comming down they are missibg from nuget.abp.io

Please help

I am also getting this when i download the Payment SOurce and try and run the solution

ABP-LIC-0016 - You are not granted permission to use the module 'Volo.Payment.Iyzico.Domain-v1.0.0.0'.

??? can you please help ... my work has stopped and really need to finish this project

When i install the Payments module via Abp Suite 4.2.2 only two gateways are installed Payu and TwoCheckout

how do i install Stripe and PayPal?

`13>C:\Projects\DesertFire.Ppm\aspnet-core\src\DesertFire.Ppm.Web\DesertFire.Ppm.Web.csproj : error NU1101: Unable to find package Volo.Payment.PayPal.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, Microsoft Visual Studio Offline Packages, nuget.org'

'13>C:\Projects\DesertFire.Ppm\aspnet-core\src\DesertFire.Ppm.Web\DesertFire.Ppm.Web.csproj : error NU1101: Unable to find package Volo.Payment.Stripe.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, Microsoft Visual Studio Offline Packages, nuget.org 1`

Stipre and PayPal are not listed here

We would like use the payments module on the public site so we can automate our Tenant signup and creation of the Tenant attach the relavant Edition and ability to create users

can we use the payments module in the public site

I put it in the ConfigureServices and it is working

thanks you for helping me ..... 1 week took me to get this working

Should i put the following in ConfigureServices or PreConfigureServices in the *WebModule *.web project

context.Services.AddScoped<MyAbpSecurityStampValidator>();
context.Services.AddScoped(typeof(SecurityStampValidator<IdentityUser>), provider => provider.GetService(typeof(MyAbpSecurityStampValidator)));
context.Services.AddScoped(typeof(ISecurityStampValidator), provider => provider.GetService(typeof(MyAbpSecurityStampValidator)));

I can Confirm it works for the host admin, but it is not working for tenants

Why would this be ?? I dont even get a chance to go to second browser ..... to try and log in it just logs out after 5 seconds please see below screen capture

Showing 61 to 70 of 93 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06