mkdir -p ${magento_dir}/app/code/PayKKa/php bin/magento module:enable PayKKa_PaymentGateway
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:clean
php bin/magento cache:flushphp bin/magento setup:di:compile
php bin/magento setup:static-content:deployrm -rf ${magento_dir}/app/code/PayKKa/
php bin/magento setup:di:compile
php bin/magento setup:upgrade
php bin/magento cache:flush
php bin/magento cache:clean如果你的 Magento 处在生产模式,必须重新编译和部署模块的静态文件
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploySTORES -> CONFIGURATION -> SALES -> PAYMENT METHOD
Session Mode 支持多选





