SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Business-PayPal-API rpm build for : OpenSuSE. For other distributions click perl-Business-PayPal-API.

Name : perl-Business-PayPal-API
Version : 0.770.0 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp156.1.1 Date : 2024-07-16 23:32:34
Group : Unspecified Source RPM : perl-Business-PayPal-API-0.770.0-lp156.1.1.src.rpm
Size : 0.20 MB
Packager : https://www_suse_com/
Summary : PayPal SOAP API client with sandbox support
Description :
*Business::PayPal::API* supports both certificate authentication and the
new 3-token \"Signature\" authentication.

It also supports PayPal\'s development _sandbox_ for testing. See the
*sandbox* parameter to *new()* below for details.

*Business::PayPal::API* can import other *API* derived classes:

use Business::PayPal::API qw( RefundTransaction );

This allows for much more concise and intuitive usage. For example, these
two statements are equivalent:

use Business::PayPal::API::RefundTransaction;
my $pp = Business::PayPal::API::RefundTransaction->new( ... );
$pp->RefundTransaction( ... );

and more concisely:

use Business::PayPal::API qw( RefundTransaction );
my $pp = Business::PayPal::API->new( ... );
$pp->RefundTransaction( ... );

The advantage of this becomes clear when you need to use multiple API calls
in your program; this allows you to use the same object to invoke the
various methods, instead of creating a new object for each subclass. Here
is an example of a *API* object used to invoke various PayPal APIs with the
same object:

use Business::PayPal::API qw( GetTransactionDetails
TransactionSearch
RefundTransaction );
my $pp = Business::PayPal::API->new( ... );
my $records = $pp->TransactionSearch( ... );

my %details = $pp->GetTransactionDetails( ... );

my %resp = $pp->RefundTransaction( ... );

However, you may certainly use just the subclass if that\'s all you need.
Every subclass should work as its own self-contained API.

For details on *Business::PayPal::API::** subclasses, see each subclass\'s
individual documentation.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/15.6/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Business-PayPal-API-0.770.0-lp156.1.1.noarch.rpm
     

Provides :
perl(Business::PayPal::API)
perl(Business::PayPal::API::AuthorizationRequest)
perl(Business::PayPal::API::CaptureRequest)
perl(Business::PayPal::API::DirectPayments)
perl(Business::PayPal::API::ExpressCheckout)
perl(Business::PayPal::API::GetBalance)
perl(Business::PayPal::API::GetTransactionDetails)
perl(Business::PayPal::API::MassPay)
perl(Business::PayPal::API::ReauthorizationRequest)
perl(Business::PayPal::API::RecurringPayments)
perl(Business::PayPal::API::RefundTransaction)
perl(Business::PayPal::API::TransactionSearch)
perl(Business::PayPal::API::VoidRequest)
perl-Business-PayPal-API

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(Data::Printer)
perl(SOAP::Lite) >= 0.67
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Business
/usr/lib/perl5/vendor_perl/5.26.1/Business/PayPal
/usr/lib/perl5/vendor_perl/5.26.1/Business/PayPal/API
/usr/lib/perl5/vendor_perl/5.26.1/Business/PayPal/API.pm
/usr/lib/perl5/vendor_perl/5.26.1/Business/PayPal/API/AuthorizationRequest.pm
/usr/lib/perl5/vendor_perl/5.26.1/Business/PayPal/API/CaptureRequest.pm
/usr/lib/perl5/vendor_perl/5.26.1/Business/PayPal/API/DirectPayments.pm
/usr/lib/perl5/vendor_perl/5.26.1/Business/PayPal/API/ExpressCheckout.pm
/usr/lib/perl5/vendor_perl/5.26.1/Business/PayPal/API/GetBalance.pm
/usr/lib/perl5/vendor_perl/5.26.1/Business/PayPal/API/GetTransactionDetails.pm
/usr/lib/perl5/vendor_perl/5.26.1/Business/PayPal/API/MassPay.pm
/usr/lib/perl5/vendor_perl/5.26.1/Business/PayPal/API/ReauthorizationRequest.pm
/usr/lib/perl5/vendor_perl/5.26.1/Business/PayPal/API/RecurringPayments.pm
/usr/lib/perl5/vendor_perl/5.26.1/Business/PayPal/API/RefundTransaction.pm
/usr/lib/perl5/vendor_perl/5.26.1/Business/PayPal/API/TransactionSearch.pm
/usr/lib/perl5/vendor_perl/5.26.1/Business/PayPal/API/VoidRequest.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Business-PayPal-API
/usr/share/doc/packages/perl-Business-PayPal-API/CONTRIBUTING.md
/usr/share/doc/packages/perl-Business-PayPal-API/CONTRIBUTORS
/usr/share/doc/packages/perl-Business-PayPal-API/Changes
/usr/share/doc/packages/perl-Business-PayPal-API/README.md
/usr/share/doc/packages/perl-Business-PayPal-API/auth.sample.3token
/usr/share/doc/packages/perl-Business-PayPal-API/auth.sample.cert
/usr/share/licenses/perl-Business-PayPal-API
/usr/share/licenses/perl-Business-PayPal-API/LICENSE
/usr/share/man/man3/Business::PayPal::API.3pm.gz
/usr/share/man/man3/Business::PayPal::API::AuthorizationRequest.3pm.gz
/usr/share/man/man3/Business::PayPal::API::CaptureRequest.3pm.gz
/usr/share/man/man3/Business::PayPal::API::DirectPayments.3pm.gz
There is 9 files more in these RPM.

 
ICM