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 96e9edf6
authored
Mar 27, 2019
by
yeran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update some bugs
1 parent
60bc303f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/Common/Sw/Data/RefundData.php
src/Refund/SwRefund.php
src/Common/Sw/Data/RefundData.php
View file @
96e9edf
<?php
<?php
namespace
Payment\Common\Sw\Data
\Query
;
namespace
Payment\Common\Sw\Data
;
use
Payment\Common\PayException
;
use
Payment\Common\PayException
;
use
Payment\Common\Sw\Data\SwBaseData
;
use
Payment\Utils\ArrayUtil
;
use
Payment\Utils\ArrayUtil
;
/**
/**
...
@@ -69,7 +68,7 @@ class RefundData extends SwBaseData
...
@@ -69,7 +68,7 @@ class RefundData extends SwBaseData
$signData
[
'auth_code'
]
=
$this
->
auth_code
;
$signData
[
'auth_code'
]
=
$this
->
auth_code
;
}
}
$this
->
retData
=
ArrayUtil
::
paraFilter
(
$
this
->
ret
Data
);
$this
->
retData
=
ArrayUtil
::
paraFilter
(
$
sign
Data
);
}
}
}
}
\ No newline at end of file
src/Refund/SwRefund.php
View file @
96e9edf
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
namespace
Payment\Refund
;
namespace
Payment\Refund
;
use
Payment\Common\Sw\Data\BackRefundData
;
use
Payment\Common\Sw\Data\BackRefundData
;
use
Payment\Common\Sw\Data\
Query\
RefundData
;
use
Payment\Common\Sw\Data\RefundData
;
use
Payment\Common\Sw\SwBaseStrategy
;
use
Payment\Common\Sw\SwBaseStrategy
;
use
Payment\Common\SwConfig
;
use
Payment\Common\SwConfig
;
...
...
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