码迷,mamicode.com
首页 > 其他好文 > 详细

盛付通在gambio在线支付接口,支付插件(含源码)payment plugin

时间:2017-07-03 10:18:59      阅读:228      评论:0      收藏:0      [点我收藏+]

标签:enabled   接口   href   actual   lan   payment   sprint   develop   plugin   

Recently I developed a payment plugin(盛付通) for gambio platform.Of course,It can be used for other E-Commerce Platform.
If you need my help,contact me with E-mail:alaimaro@163.com or QQ:804752009

最近应一个客户的要求,给他的一个gambio商城开发盛付通支付在线支付接口。
这个gambio平台是德国一个公司开发的,在国外有一些市场占有率。跟国内的ecshop类似,但是没有ecshop成熟。
支付接口的对接也比ecshop要复杂很多。

 

function sft_ORIGIN(){
GLOBAL $order, $language;

$this->hgw = new heidelpayGW();
$this->pm = ‘cc‘;
$this->code = ‘hp‘.$this->pm;
$this->title_txt = MODULE_PAYMENT_HPCC_TEXT_TITLE;
$this->title = sprintf(HGW_LOGO, DIR_WS_CATALOG) . $this->title_txt;
$this->description = MODULE_PAYMENT_HPCC_TEXT_DESC.‘<br/><i>[‘.$this->hgw->version.‘]</i>‘.$this->hgw->modulConfButton;
$this->sort_order = MODULE_PAYMENT_HPCC_SORT_ORDER;
$this->enabled = ((MODULE_PAYMENT_HPCC_STATUS == ‘True‘) ? true : false);
$this->info = MODULE_PAYMENT_HPCC_TEXT_INFO;
$this->tmpOrders = true;
$this->hgw->actualPaymethod = strtoupper($this->pm);
$this->prefix = ‘MODULE_PAYMENT_HPCC_‘;
$this->getConf = $this->hgw->getConf;

if(is_object($order)){ $this->update_status(); }
}

以上是部分代码。

 

 

还有其他接口:
银盛支付接口:
http://www.0475seo.com/tech/2dev/287.html
彩虹支付接口
http://www.0475seo.com/tech/cms/285.html
国付宝支付接口:
http://www.0475seo.com/tech/cms/289.html

更多接口来自:
http://www.0475seo.com/s/onlinepay/

大家如果有需要开发这个接口的可以用QQ跟我交流:捌零肆柒伍贰零零玖(804752009) 注明支付接口。

盛付通在gambio在线支付接口,支付插件(含源码)payment plugin

标签:enabled   接口   href   actual   lan   payment   sprint   develop   plugin   

原文地址:http://www.cnblogs.com/alaimaro/p/7109397.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!