1 | <?php namespace Packback\Prices\Clients; |
||
3 | class SkyoPriceClient extends CommissionJunctionPriceClient |
||
4 | { |
||
5 | const RETAILER = 'skyo'; |
||
6 | |||
7 | 2 | public function __construct($config = []) |
|
12 | |||
13 | 2 | public function getPricesForIsbns($isbns = []) |
|
22 | |||
23 | 2 | private function addMetaToPrices($prices = []) |
|
32 | } |
||
33 |