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 4f016b8 commit 9cd7d82Copy full SHA for 9cd7d82
src/LegacyAppGateway.php
@@ -64,10 +64,11 @@ public function purchase(array $parameters = [])
64
return $this->createRequest(LegacyAppPurchaseRequest::class, $parameters);
65
}
66
67
+
68
/**
69
* @param array $parameters
70
*
- * @return \Omnipay\Common\Message\AbstractRequest
71
+ * @return LegacyRefundNoPwdRequest
72
*/
73
public function refundNoPwd(array $parameters = [])
74
{
0 commit comments