User944339287 posted
Hi guys.. i was referring the following url in order to integrate paypal with my asp.net (4.0)
https://tutorials.tinyappco.com/ASPNET/PayPal
I having difficulties while trying to install-package PayPal
PM> install-package PayPal
The source at All [(Aggregate source)] is unreachable. Falling back to NuGet Local Cache at C:\Users\enki\AppData\Local\NuGet\Cache
Install-Package : Unable to find package 'PayPal'.
At line:1 char:16
+ install-package <<<< PayPal
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
PM>
any other suggestion to make it work? (which allow me to import PayPal.API in codebehind?
<section name="paypal" type="PayPal.SDKConfigHandler, PayPal" />