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

Commit 32d8125

Browse files
author
Jay Patel
committed
Prepare for release 3.11.0
1 parent 8985eaf commit 32d8125

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
####Version 3.11.0 - Mar 7, 2017
4+
- Updated stubs for 204 release.
5+
36
####Version 3.10.0 - Mar 6, 2017
47
- Add RiskSesionCorrelationId to `DoReferenceTransactionRequestDetailsType`.
58

lib/PayPal/Service/PayPalAPIInterfaceServiceService.php

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

125125
// SDK Version
126-
protected static $SDK_VERSION = "3.10.0";
127-
126+
protected static $SDK_VERSION = "3.11.0";
127+
128128
/**
129129
* @param $config - Dynamic config map. This takes the higher precedence if config file is also present.
130130
*

0 commit comments

Comments
 (0)