コード例 #1
0
ファイル: Library.php プロジェクト: pagseguro/magento2
 /**
  * Set the charset configured in the PagSeguro module
  */
 public function setCharset()
 {
     \PagSeguro\Configuration\Configure::setCharset($this->_scopeConfig->getValue('payment/pagseguro/charset'));
 }