Skip to content

Commit 9e05aa4

Browse files
committed
typo
1 parent f4f9ad9 commit 9e05aa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Requests/AopTradeRefundRequest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Omnipay\Alipay\Requests;
44

5-
use Omnipay\Alipay\Responses\AopTradeQueryResponse;
5+
use Omnipay\Alipay\Responses\AopTradeRefundResponse;
66
use Omnipay\Common\Exception\InvalidRequestException;
77
use Omnipay\Common\Message\ResponseInterface;
88

@@ -31,7 +31,7 @@ public function sendData($data)
3131
{
3232
$data = parent::sendData($data);
3333

34-
return $this->response = new AopTradeQueryResponse($this, $data);
34+
return $this->response = new AopTradeRefundResponse($this, $data);
3535
}
3636

3737

0 commit comments

Comments
 (0)