0

谁能给我创建自定义支付网关所需的工具或指南?对于我的学校作业,我的任务是开发一个 opencart (2.3.0.2) 支付网关。我做了一些研究,但我完全迷路了。任何帮助,将不胜感激。

4

2 回答 2

0

For creating a payment gateway in opencart, you will have to create an extension/module. You can have a look at this tutorial :

Creating Payment method in Opencart

It is a three part series read it once to understand and then you can explore the documentation of opencart to create one.

Every payment gateway provides provides API key to interact with their system regarding the order queries.

Hope it helps.

于 2018-05-08T05:57:14.323 回答
0

OpenCart 中的每个支付网关都包含自己的模型和控制器,这里这里有很多示例。您还需要查看此控制器,它包含在结帐时收集付款方式的方法。

当您对特定主题有疑问时,请查看此代码和表格结构。

于 2017-05-24T08:23:06.880 回答