Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #82 from SummaSolutions/pre-prod
Browse files Browse the repository at this point in the history
Pre prod
  • Loading branch information
imasson authored Mar 16, 2017
2 parents bc2f618 + f22ba8c commit 1a4a678
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function __construct(
public function toOptionArray()
{
$country = $this->scopeConfig->getValue('payment/mercadopago/country');
if ($this->_countryOptions[$country]) {
if (isset($this->_countryOptions[$country])) {
return $this->_countryOptions[$country];
}
return null;
Expand Down

0 comments on commit 1a4a678

Please sign in to comment.