関数
SettlementSettings::moduleDescription( array $acting_opts )
Displays description of Amazon Pay
パラメータ パラメータ
- $acting_opts
(配列) (必須)
ファイル: src/Admin/SettlementSettings.php
protected function moduleDescription($acting_opts) { ?> <p> <?php _e('Amazon Pay lets Amazon account holders use their registered information to make purchases', 'wcexaap'); ?> </p> <p> <?php _e('Notice: DLSeller automatic payments are not supported yet.', 'wcexaap'); ?> </p> <p> <?php _e('When testing, make sure that the environment option is correct', 'wcexaap'); ?> </p> <?php }