Skip to content
This repository was archived by the owner on Sep 10, 2022. It is now read-only.

Commit f874316

Browse files
author
Jay Patel
committed
Prepare for release 3.10.0
1 parent a1e87ad commit f874316

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
### CHANGELOG
22

3+
####Version 3.10.0 - Mar 6, 2017
4+
- Add RiskSesionCorrelationId to `DoReferenceTransactionRequestDetailsType`.
5+
36
####Version 3.9.1 - Dec 9, 2015
47
- Added TLSv1.2 Endpoint support
58

lib/PayPal/Service/PayPalAPIInterfaceServiceService.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class PayPalAPIInterfaceServiceService
123123
protected static $SDK_NAME = "merchant-php-sdk";
124124

125125
// SDK Version
126-
protected static $SDK_VERSION = "3.9.1";
126+
protected static $SDK_VERSION = "3.10.0";
127127

128128
/**
129129
* @param $config - Dynamic config map. This takes the higher precedence if config file is also present.

0 commit comments

Comments
 (0)