Skip to content

Commit 9cd7d82

Browse files
committed
返回值调整
1 parent 4f016b8 commit 9cd7d82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/LegacyAppGateway.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,11 @@ public function purchase(array $parameters = [])
6464
return $this->createRequest(LegacyAppPurchaseRequest::class, $parameters);
6565
}
6666

67+
6768
/**
6869
* @param array $parameters
6970
*
70-
* @return \Omnipay\Common\Message\AbstractRequest
71+
* @return LegacyRefundNoPwdRequest
7172
*/
7273
public function refundNoPwd(array $parameters = [])
7374
{

0 commit comments

Comments
 (0)