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