From f8743169201857e60cffc180c44bfc844d8f57f7 Mon Sep 17 00:00:00 2001 From: Jay Patel Date: Mon, 6 Mar 2017 10:54:35 -0600 Subject: [PATCH] Prepare for release 3.10.0 --- CHANGELOG.md | 3 +++ lib/PayPal/Service/PayPalAPIInterfaceServiceService.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 374d4f1f..bbcde618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ### CHANGELOG +####Version 3.10.0 - Mar 6, 2017 + - Add RiskSesionCorrelationId to `DoReferenceTransactionRequestDetailsType`. + ####Version 3.9.1 - Dec 9, 2015 - Added TLSv1.2 Endpoint support diff --git a/lib/PayPal/Service/PayPalAPIInterfaceServiceService.php b/lib/PayPal/Service/PayPalAPIInterfaceServiceService.php index 0744c59b..63034f90 100644 --- a/lib/PayPal/Service/PayPalAPIInterfaceServiceService.php +++ b/lib/PayPal/Service/PayPalAPIInterfaceServiceService.php @@ -123,7 +123,7 @@ class PayPalAPIInterfaceServiceService protected static $SDK_NAME = "merchant-php-sdk"; // SDK Version - protected static $SDK_VERSION = "3.9.1"; + protected static $SDK_VERSION = "3.10.0"; /** * @param $config - Dynamic config map. This takes the higher precedence if config file is also present.