Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 95b9e08

Browse files
authored
Merge pull request #64 from spire-mike/patch-1
Fix SellerSKU option
2 parents 0fd95e4 + 607a7c9 commit 95b9e08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AmazonProductInfo.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ protected function prepareCategories()
441441
unset($this->options['ItemCondition']);
442442
if (array_key_exists('SellerSKUList.SellerSKU.1', $this->options)) {
443443
$this->options['Action'] = 'GetProductCategoriesForSKU';
444+
$this->options['SellerSKU'] = $this->options['SellerSKUList.SellerSKU.1'];
444445
$this->resetASINs();
445446
} else {
446447
if (array_key_exists('ASINList.ASIN.1', $this->options)) {

0 commit comments

Comments
 (0)