jenkins-bot has submitted this change and it was merged. Change subject: bump PayPal "classic api" version ......................................................................
bump PayPal "classic api" version Change-Id: Iff156e2586d9e30a28164c55efd1d8055956b899 --- M audit/paypal/paypal_api.py 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Cdentinger: Looks good to me, approved jenkins-bot: Verified diff --git a/audit/paypal/paypal_api.py b/audit/paypal/paypal_api.py index dba55f9..a2974f7 100644 --- a/audit/paypal/paypal_api.py +++ b/audit/paypal/paypal_api.py @@ -7,8 +7,8 @@ class PaypalApiClassic(object): - # pseudo-random guess - VERSION = '98.0' + # See https://developer.paypal.com/docs/classic/release-notes/ + VERSION = '124.0' def call(self, cmd, **kw): params = { -- To view, visit https://gerrit.wikimedia.org/r/127672 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iff156e2586d9e30a28164c55efd1d8055956b899 Gerrit-PatchSet: 7 Gerrit-Project: wikimedia/fundraising/tools Gerrit-Branch: master Gerrit-Owner: Awight <[email protected]> Gerrit-Reviewer: Aklapper <[email protected]> Gerrit-Reviewer: AndyRussG <[email protected]> Gerrit-Reviewer: Awight <[email protected]> Gerrit-Reviewer: Cdentinger <[email protected]> Gerrit-Reviewer: Eileen <[email protected]> Gerrit-Reviewer: Ejegg <[email protected]> Gerrit-Reviewer: Katie Horn <[email protected]> Gerrit-Reviewer: Pcoombe <[email protected]> Gerrit-Reviewer: XenoRyet <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
