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