コード例 #1
0
 public function refreshConfig()
 {
     if ($this->shipperDataHelper->getCheckout()->getConfigUpdated()) {
         $this->storeManager->getStore()->resetConfig();
         $this->shipperDataHelper->getCheckout()->setConfigUpdated(false);
     }
 }