How to make Payment Gateway in magento 2?

喜你入骨 提交于 2019-12-08 14:14:54

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!