1 | <?php |
||
21 | class ProductGateway extends AbstractGateway |
||
22 | { |
||
23 | /** |
||
24 | * @param string $extId |
||
25 | * @param string $token |
||
26 | * @return GroupEntity |
||
27 | */ |
||
28 | 2 | public function getProductGroupsWithProducts($extId, $token) |
|
45 | |||
46 | /** |
||
47 | * @author WN |
||
48 | * @param string $installation |
||
49 | * @param string $product |
||
50 | * @param string $token |
||
51 | * @param array $params |
||
52 | * @return array |
||
53 | */ |
||
54 | public function getCreditInfo($installation, $product, $token, array $params) |
||
63 | } |
||
64 |