1. 程式人生 > >盛付通在gambio在線支付接口,支付插件(含源碼)payment plugin

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

tco ont eid 分代 upd oba order developed 更多

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:[email protected] 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