问题
Please provide any official doc or any demo mode for this i was refer to http://inchoo.net/magento-2/implementing-payment-gateway-magento-2/ but no success yet
回答1:
make sure to add js and html files in web folder and deploy static content using :
bin/magento setup:static-content:deploy
knockout js uses these files to display payment methods
also this module has USD Currency hard coded in files , make sure that you change that as per your needs.
here is module's GIT for your reference : https://github.com/Inchoo/magento2-Inchoo_Stripe
来源:https://stackoverflow.com/questions/34328310/how-to-make-payment-gateway-in-magento-2