Skip to content

Commit 9cd5609

Browse files
committed
Replaced PrestaShop Webservice Library by our own copy, so we can change it
1 parent 69ab8f1 commit 9cd5609

File tree

3 files changed

+414
-5
lines changed

3 files changed

+414
-5
lines changed

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,5 @@
1212
"psr-4": {
1313
"Protechstudio\\PrestashopWebService\\": "src/"
1414
}
15-
},
16-
"require": {
17-
"prestashop/prestashop-webservice-lib": "dev-master"
1815
}
1916
}

src/PrestashopWebService.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
use PrestaShopWebservice as PSLibrary;
66
use SimpleXMLElement;
77

8-
class PrestashopWebService extends PSLibrary
8+
class PrestashopWebService extends PrestashopWebServiceLibrary
99
{
1010

1111
/**
1212
* Retrieve the resource schema
1313
*
1414
* @param $resource , $schema
1515
* @return SimpleXMLElement
16-
* @throws \PrestaShopWebserviceException
16+
* @throws PrestaShopWebserviceException
1717
*/
1818
public function getSchema($resource , $schema = 'blank')
1919
{

0 commit comments

Comments
 (0)