Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ldy
/
payment
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 5d36bb51
authored
Nov 14, 2018
by
yeran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update tlCancel by yeran
1 parent
feb3ef25
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/Charge/TLpay/TLCancel.php
src/Charge/TLpay/TLCancel.php
View file @
5d36bb5
...
...
@@ -9,7 +9,7 @@
namespace
Payment\Charge\TLpay
;
use
Payment\Common\TLConfig
;
use
Payment\Common\TLpay\Data\Cancel\
Mi
CancelData
;
use
Payment\Common\TLpay\Data\Cancel\
TL
CancelData
;
use
Payment\Common\TLpay\TLBaseStrategy
;
/**
...
...
@@ -30,7 +30,7 @@ class TLCancel extends TLBaseStrategy{
/**
* 获取交易退款对应的数据完成类
* @return
Mi
CancelData
* @return
TL
CancelData
* @author helei
*/
public
function
getBuildDataClass
()
...
...
@@ -38,7 +38,7 @@ class TLCancel extends TLBaseStrategy{
// TODO: Implement getBuildDataClass() method.
$this
->
config
->
paytype
=
'W06'
;
return
Mi
CancelData
::
class
;
return
TL
CancelData
::
class
;
}
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment