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.
1 parent f4f9ad9 commit 9e05aa4Copy full SHA for 9e05aa4
src/Requests/AopTradeRefundRequest.php
@@ -2,7 +2,7 @@
2
3
namespace Omnipay\Alipay\Requests;
4
5
-use Omnipay\Alipay\Responses\AopTradeQueryResponse;
+use Omnipay\Alipay\Responses\AopTradeRefundResponse;
6
use Omnipay\Common\Exception\InvalidRequestException;
7
use Omnipay\Common\Message\ResponseInterface;
8
@@ -31,7 +31,7 @@ public function sendData($data)
31
{
32
$data = parent::sendData($data);
33
34
- return $this->response = new AopTradeQueryResponse($this, $data);
+ return $this->response = new AopTradeRefundResponse($this, $data);
35
}
36
37
0 commit comments