Commit 5d36bb51 by yeran

update tlCancel by yeran

1 parent feb3ef25
Showing with 3 additions and 3 deletions
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
namespace Payment\Charge\TLpay; namespace Payment\Charge\TLpay;
use Payment\Common\TLConfig; use Payment\Common\TLConfig;
use Payment\Common\TLpay\Data\Cancel\MiCancelData; use Payment\Common\TLpay\Data\Cancel\TLCancelData;
use Payment\Common\TLpay\TLBaseStrategy; use Payment\Common\TLpay\TLBaseStrategy;
/** /**
...@@ -30,7 +30,7 @@ class TLCancel extends TLBaseStrategy{ ...@@ -30,7 +30,7 @@ class TLCancel extends TLBaseStrategy{
/** /**
* 获取交易退款对应的数据完成类 * 获取交易退款对应的数据完成类
* @return MiCancelData * @return TLCancelData
* @author helei * @author helei
*/ */
public function getBuildDataClass() public function getBuildDataClass()
...@@ -38,7 +38,7 @@ class TLCancel extends TLBaseStrategy{ ...@@ -38,7 +38,7 @@ class TLCancel extends TLBaseStrategy{
// TODO: Implement getBuildDataClass() method. // TODO: Implement getBuildDataClass() method.
$this->config->paytype = 'W06'; $this->config->paytype = 'W06';
return MiCancelData::class; return TLCancelData::class;
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!