Browse Source

MerchantResolver : correctif

packProduct
Guillaume 2 years ago
parent
commit
46a79e1e53
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Resolver/MerchantResolver.php

+ 1
- 0
Resolver/MerchantResolver.php View File

return $this->currentMerchant; return $this->currentMerchant;
} }


$this->currentMerchant = null;
$merchant = $this->getCurrentProtected(); $merchant = $this->getCurrentProtected();


if($merchant) { if($merchant) {

Loading…
Cancel
Save