Example #1
0
 protected function getRequestData()
 {
     return array_merge(parent::getRequestData(), ['only_realtime' => true]);
 }
Example #2
0
 protected function getResponserParams()
 {
     return array_merge(parent::getResponserParams(), ['type' => 'asin', 'value' => $this->getQuery()]);
 }