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

Commit

Permalink
Merge branch 'master' into 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
keithbrink committed May 7, 2020
2 parents 0973ee7 + b110986 commit f84a33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AmazonOrderList.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public function __construct($s, $mock = false, $m = null)

$config_options = $this->getOptions();
$this->options['MarketplaceId.Id.1'] = $config_options['MarketplaceId'];
unset($this->options['marketplaceId']);

if (isset($THROTTLE_LIMIT_ORDERLIST)) {
$this->throttleLimit = $THROTTLE_LIMIT_ORDERLIST;
Expand All @@ -78,7 +79,6 @@ public function setConfig($config)
parent::setConfig($config);

$this->options['MarketplaceId.Id.1'] = $config['marketplaceId'];
unset($this->options['marketplaceId']);
}

/**
Expand Down

0 comments on commit f84a33e

Please sign in to comment.