File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.3.6
2
+ * define CURL_SSLVERSION_TLSv1_2 missing for rare server configurations
3
+ * Retrieving order refunds #130 (Peter Knut)
4
+
1
5
## 2.3.5
2
6
* Licence changed
3
7
Original file line number Diff line number Diff line change 3
3
"type" : " library" ,
4
4
"license" : " apache-2.0" ,
5
5
"description" : " OpenPayU PHP Library" ,
6
- "version" : " 2.3.5 " ,
6
+ "version" : " 2.3.6 " ,
7
7
"extra" : [
8
8
{
9
9
"engine" : " PHP SDK"
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ class OpenPayU_Configuration
85
85
86
86
const API_VERSION = '2.1 ' ;
87
87
const COMPOSER_JSON = "/composer.json " ;
88
- const DEFAULT_SDK_VERSION = 'PHP SDK 2.3.5 ' ;
88
+ const DEFAULT_SDK_VERSION = 'PHP SDK 2.3.6 ' ;
89
89
const OAUTH_CONTEXT = 'pl/standard/user/oauth/authorize ' ;
90
90
91
91
/**
Original file line number Diff line number Diff line change 12
12
class OpenPayU_ConfigurationTest extends PHPUnit_Framework_TestCase
13
13
{
14
14
15
- const PHP_SDK_VERSION = 'PHP SDK 2.3.5 ' ;
15
+ const PHP_SDK_VERSION = 'PHP SDK 2.3.6 ' ;
16
16
const API_VERSION = '2.1 ' ;
17
17
const POS_ID = 'PosId ' ;
18
18
const SIGNATURE_KEY = 'SignatureKey ' ;
You can’t perform that action at this time.
0 commit comments