Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19faec4 + abf12bc commit afe90abCopy full SHA for afe90ab
src/Message/CompleteRefundRequest.php
@@ -12,7 +12,6 @@
12
*/
13
class CompleteRefundRequest extends BaseAbstractRequest
14
{
15
-
16
public function setRequestParams($requestParams)
17
18
$this->setParameter('request_params', $requestParams);
@@ -23,7 +22,7 @@ public function sendData($data)
23
22
$data = $this->getData();
24
$sign = Helper::sign($data, $this->getApiKey());
25
26
- $responseData = array ();
+ $responseData = array();
27
28
if (isset($data['sign']) && $data['sign'] && $sign === $data['sign']) {
29
$responseData['sign_match'] = true;
0 commit comments