Skip to content

Commit 6b587b8

Browse files
Update ApiClient.php
Replacement: VERSION_2009_07_01 to VERSION_2011_03_01 in PHPDoc area
1 parent 2e7edf8 commit 6b587b8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ApiClient.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* require_once 'client/ApiClient.php';
2727
*
28-
* $api = ApiClient::factory(PROTOCOL_XML, VERSION_2009_07_01);
28+
* $api = ApiClient::factory(PROTOCOL_XML, VERSION_2011_03_01);
2929
*
3030
* $connectId = '__your_connect_id__';
3131
* $secretKey = '__your_secrect_key__';
@@ -46,7 +46,7 @@
4646
*
4747
* require_once 'client/ApiClient.php';
4848
*
49-
* $api = ApiClient::factory(PROTOCOL_JSON, VERSION_2009_07_01);
49+
* $api = ApiClient::factory(PROTOCOL_JSON, VERSION_2011_03_01);
5050
*
5151
* $connectId = '__your_connect_id__';
5252
* $secretKey = '__your_secrect_key__';
@@ -67,7 +67,7 @@
6767
*
6868
* require_once 'client/ApiClient.php';
6969
*
70-
* $api = ApiClient::factory(PROTOCOL_SOAP, VERSION_2009_07_01);
70+
* $api = ApiClient::factory(PROTOCOL_SOAP, VERSION_2011_03_01);
7171
*
7272
* $connectId = '__your_connect_id__';
7373
* $secretKey = '__your_secrect_key__';
@@ -88,7 +88,7 @@
8888
*
8989
* require_once 'client/ApiClient.php';
9090
*
91-
* $api = ApiClient::factory(PROTOCOL_SOAP, VERSION_2009_07_01);
91+
* $api = ApiClient::factory(PROTOCOL_SOAP, VERSION_2011_03_01);
9292
*
9393
* $api->setProxy("example.org", 8080, "login", "password");
9494
*
@@ -101,7 +101,7 @@
101101
*
102102
* require_once 'client/ApiClient.php';
103103
*
104-
* $api = ApiClient::factory(PROTOCOL_SOAP, VERSION_2009_07_01);
104+
* $api = ApiClient::factory(PROTOCOL_SOAP, VERSION_2011_03_01);
105105
*
106106
* $api->setHttpProtocol(HTTPS);
107107
*
@@ -114,7 +114,7 @@
114114
*
115115
* require_once 'client/ApiClient.php';
116116
*
117-
* $api = ApiClient::factory(PROTOCOL_JSON, VERSION_2009_07_01);
117+
* $api = ApiClient::factory(PROTOCOL_JSON, VERSION_2011_03_01);
118118
*
119119
* $xml = $api->getProduct('31f3bf210db1883e6bc3f7ab5dd096c7');
120120
*
@@ -133,7 +133,7 @@
133133
* @category Web Services
134134
* @package ApiClient
135135
* @version 2009-09-01
136-
* @copyright Copyright 2007-2009 zanox.de AG
136+
* @copyright Copyright 2007-2009 zanox.de AG
137137
*
138138
* @uses PEAR Crypt_HMAC (required for PHP < 5.1.2)
139139
*/

0 commit comments

Comments
 (0)