関数
SettlementSettings::filterUpdateOptionsProcessing( array $options )
パラメータ パラメータ
- $options
(配列) (必須)
ファイル: src/Admin/SettlementSettings.php
protected function filterUpdateOptionsProcessing($options) {
$options['channel_id'] = isset($_POST['channel_id']) ? $_POST['channel_id'] : '';
$options['channel_secret_key'] = isset($_POST['channel_secret_key']) ? $_POST['channel_secret_key'] : '';
return $options;
}