修改:开启汇付支付宝支付
This commit is contained in:
parent
30426a5319
commit
c61ed58c4a
|
|
@ -14,7 +14,7 @@ class HfTxSetting extends BasePaymentSetting
|
||||||
{
|
{
|
||||||
$code = $this->getCode();
|
$code = $this->getCode();
|
||||||
|
|
||||||
if($code == 'A_NATIVE') return false;// 是否开启支付宝
|
if($code == 'A_NATIVE') return true;// 是否开启支付宝
|
||||||
else if($code == 'T_JSAPI') return true;// 是否开启微信
|
else if($code == 'T_JSAPI') return true;// 是否开启微信
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue