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
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
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)));