[libbusiness-paypal-api-perl] branch master updated (1d9bab9 -> 39c8add)

gregor herrmann gregoa at debian.org
Sun Nov 8 16:47:14 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libbusiness-paypal-api-perl.

      from  1d9bab9   releasing package libbusiness-paypal-api-perl version 0.72-1
      adds  925e625   Initial git commit of release 0.62
      adds  c2bf6d6   Modified API.pm to for looser Success test and corrected boolean test with undefined variable.
      adds  47b68fb   Made changes to Success checks in all test and in API.pm so that SuccessWithWarning won't cause failure.
      adds  04de06b   Modified pods in modules to reflect test for Success+ return values.
      adds  d92e94b   Corrected errors int RecurrintPayments.t and TransactionSearch.t
      adds  63c5cfa   Modified RecurringPayments.pm to prevent test failures. Module still is not fully functional in that it doesn't set payments correctly.
      adds  a43cf01   Updated Change file to show changes to .62 version
      adds  f9fec03   Add PayerName fields documented by PayPal. (Seen in https://cms.paypal.com/us/cgi-bin/?&cmd=_render-content&content_ID=developer/e_howto_api_soap_r_GetExpressCheckoutDetails)
      adds  086d7f2   "Suffix" a little too vague.
      adds  13586cf   The payer's country is not necessarily the same as the shipping address.  If they're different, we probably want it visible.
      adds  4354767   * Added support for protection eligbility
      adds  b26b38b   * Reduced required version of SOAP
      adds  336027b   We are not in CVS, this is unused anywhere
      adds  716f190   META.yml should be a generated file, and therefore should not be kept in revision control
      adds  f6d5556   Add a .gitignore
      adds  b770fbd   Remove MANIFEST, this should also be a generated file
      adds  a6665b3   Add a MANIFEST.SKIP
      adds  918e062   Add repository metadata to the generated META.yml so that people know where to find the git repository
      adds  d1a4d0d   Merge branch 'master' of git://github.com/bobtfish/Business-PayPal-API
      adds  ea4f430   Bump to mention currently release version.
      adds  f727169   Update changelog.
      adds  5cc5a3c   Add debian packaging.
      adds  bc6ebe0   Fix name.
      adds  eceb9d2   Fix more names.
      adds  737aeb3   Fix warning in Perl 5.14.x, hopefully.
      adds  1c17155   Bump with https://rt.cpan.org/Public/Bug/Display.html?id=70424
      adds  f9788b3   Correct changelog.
      adds  4c01662   GetTransactionDetails should get items details even for just one item. https://rt.cpan.org/Public/Bug/Display.html?id=67386
      adds  2db45ef   Massage a little more.
      adds  59897ec   Fixes RT #70424
      adds  091bc52   Bumps version to 0.70 for release.
      adds  02b0463   Reformatted as per CPAN::Changes::Spec
      adds  9f1d0ad   Update to metadata to refer to current github repo
      adds  1da2b1b   Merge pull request #1 from neilbowers/master
      adds  df4a0c5   Lets dzil handle version.
      adds  1a00fd0   Adds Business::PayPal::API::GetBalance (via Henning Brauer).
      adds  3fd26ff   typo fix
      adds  6258957   Merge pull request #2 from dsteinbrunner/patch-1
      adds  cde02d0   Adds dist.ini
      adds  f43cf40   Adds CONTRIBUTING.md
      adds  a722bb5   Adds tidyallrc.
      adds  3878e90   Tidy everything.
      adds  2d5812c   Minor cleanup, mostly around debugging.
      adds  dd9a1c6   Cleans up some code samples in docs.
      adds  5f4261b   ProfileID is a valid search term for TransactionSearch in the PayPal SOAP API:
      adds  7198b85   Add SellerEmail variable for testing data.
      adds  c5f62db   Beginnings of tests for subscription payments.
      adds  9045d3d   Switch to use autodie to simplify code.
      adds  7aeeb15   Consolidate use's to top of file.
      adds  dd503a3   Remove unnecessary use floating around in code.
      adds  8b755e0   Merge pull request #3 from bkuhn/profile-id-and-subscription-search-tests
      adds  267e814   Formatting and naming changes in t/SubscriptionPayments.t
      adds  f6cb168   Fix error in TransactionSearch SYNOPSIS.
      adds  ba81356   Removes boilerplate which dzil will build.
      adds  26a30e2   Beginnings of OptionFields tester.
      adds  545630b   Current Options details test: probably wrong
      adds  fd07e79   Add Emacs settings to this file.
      adds  9c08fe6   Move use Cwd; to top with other use statements.
      adds  41ff586   use autodie to simplify code for open & $? == 0
      adds  d4b46f4   Indentation change & Emacs variables to enforce it
      adds  c09226d   Properly extract Options from PaymentItemInfo
      adds  3c6c3a5   Add my copyright notice.
      adds  691d732   Use random string in test transaction name.
      adds  795da60   Correct submit button text amount; add item name.
      adds  af73f6c   Clear %detail each time through the loop.
      adds  7c94bca   Switch to os0/on0 and os1/on1 field descriptors
      adds  154e2b4   Document and test 2-options-field only PayPal rule
      adds  90d2085   Adds cpanfile.
      adds  abbb2a8   Update testing instructions.
      adds  87d29f0   Default to a non-zero timeout.
      adds  16c1262   Adds Travis config.
      adds  a649c2f   Updates .gitignore
      adds  3b518df   Test cleanup.
      adds  d8fb986   Updates CONTRIBUTING.md
      adds  e0ed845   Put tests that require intervention into t/advanced
      adds  104b47b   Updates Changes
      adds  1b32758   Ensure datestamp is in Changes file.
      adds  05de46a   Tweak copyright
      adds  e5ff8fa   Updates README
      adds  0e57a89   v0.71_02
      adds  71670d3   Don't use Google for return or cancel urls.
      adds  811a1ca   Adds an app that is not really all that useful (yet) when testing.
      adds  d60d8b9   Clean up assorted minor typos
      adds  8644b04   Merge pull request #6 from lindleyw/master
      adds  e32d312   Adds IPC::System::Simple to prereqs.
      adds  2c96ef9   v0.71_03
      adds  6a11b14   Bumps version to 0.72 prior to release.
      adds  33fc607   v0.72
      adds  d51838f   Set the types of the Address hashref in SetExpressCheckout
      adds  b01cf4f   Merge pull request #7 from melmothx/master
      adds  8956f1d   Add an example script for searching transactions.
      adds  e289cb8   Add some tidy config files.
      adds  40903fa   Tidy everything.
      adds  32f0edd   Adds more search options to eg/search-transactions.pl
      adds  28bcd7a   Moves some example logic into modules.
      adds  bcb97dc   Adds eg/get-transaction-details.pl
      adds  48b6c17   Fixes response dumping in transaction fetch example script.
      adds  a1a62fe   Ensure /eg is not indexed.
      adds  a6175f1   Updates Changes prior to release.
      adds  d4be4b8   Bumps version to 0.73 prior to release.
      adds  e05be3b   v0.73
      adds  3899b55   Imported Upstream version 0.73
       new  9a6bcb4   Merge tag 'upstream/0.73'
       new  ce91f38   Update debian/changelog
       new  7305213   debian/rules: fix hashbang in example scripts.
       new  39c8add   releasing package libbusiness-paypal-api-perl version 0.73-1

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Build.PL                                          |   4 +-
 CONTRIBUTORS                                      |   1 +
 Changes                                           |   8 +
 MANIFEST                                          |  11 +-
 META.json                                         |  10 +-
 Makefile.PL                                       |   4 +-
 debian/changelog                                  |   8 +
 debian/rules                                      |   9 +
 dist.ini                                          |   7 +-
 eg/get-transaction-details.pl                     |  12 +
 eg/lib/Example/Role/Auth.pm                       |  55 ++
 eg/lib/Example/TransactionFetcher.pm              |  26 +
 eg/lib/Example/TransactionSearcher.pm             |  76 +++
 eg/myapp.pl                                       |   4 +-
 eg/paypal-checkout-example.pl                     | 621 ++++++++++------------
 eg/search-transactions.pl                         |  27 +
 lib/Business/PayPal/API.pm                        |  81 ++-
 lib/Business/PayPal/API/AuthorizationRequest.pm   |  11 +-
 lib/Business/PayPal/API/CaptureRequest.pm         |  19 +-
 lib/Business/PayPal/API/DirectPayments.pm         |  38 +-
 lib/Business/PayPal/API/ExpressCheckout.pm        |  68 ++-
 lib/Business/PayPal/API/GetBalance.pm             |  12 +-
 lib/Business/PayPal/API/GetTransactionDetails.pm  |  36 +-
 lib/Business/PayPal/API/MassPay.pm                |  16 +-
 lib/Business/PayPal/API/ReauthorizationRequest.pm |  11 +-
 lib/Business/PayPal/API/RecurringPayments.pm      |  60 ++-
 lib/Business/PayPal/API/RefundTransaction.pm      |  11 +-
 lib/Business/PayPal/API/TransactionSearch.pm      |  11 +-
 lib/Business/PayPal/API/VoidRequest.pm            |  15 +-
 perlcriticrc                                      |  86 +++
 perltidyrc                                        |  12 +
 t/API.pl                                          |   4 +-
 t/advanced/ExpressCheckout.t                      |   8 +-
 t/advanced/ExpressOrder.t                         |  16 +-
 t/advanced/GetTransactionDetails.t                |   4 +-
 t/advanced/OptionFields.t                         |  65 ++-
 t/advanced/RefundTransaction.t                    |   4 +-
 t/advanced/TransactionSearch.t                    |   4 +-
 t/basic/Business-PayPal-API.t                     |   2 +-
 t/basic/DirectPayments.t                          |  29 +-
 t/basic/MassPay.t                                 |  13 +-
 t/basic/RecurringPayments.t                       |   6 +-
 t/basic/SubscriptionPayments.t                    |  16 +-
 tidyall.ERR                                       |  79 +++
 tidyall.ini                                       |  19 +
 45 files changed, 1056 insertions(+), 583 deletions(-)
 create mode 100755 eg/get-transaction-details.pl
 create mode 100644 eg/lib/Example/Role/Auth.pm
 create mode 100644 eg/lib/Example/TransactionFetcher.pm
 create mode 100644 eg/lib/Example/TransactionSearcher.pm
 mode change 100644 => 100755 eg/paypal-checkout-example.pl
 create mode 100755 eg/search-transactions.pl
 create mode 100644 perlcriticrc
 create mode 100644 perltidyrc
 create mode 100644 tidyall.ERR
 create mode 100644 tidyall.ini

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libbusiness-paypal-api-perl.git



More information about the Pkg-perl-cvs-commits mailing list