Completed
Pull Request — 2.0 (#104)
by Roman
03:52
created
code/services/PaymentService.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -96,6 +96,7 @@  discard block
 block discarded – undo
96 96
 
97 97
 	/**
98 98
 	 * Get the appropriate redirect url
99
+	 * @return string
99 100
 	 */
100 101
 	public function getRedirectURL() {
101 102
 		if ($this->response) {
@@ -146,6 +147,7 @@  discard block
 block discarded – undo
146 147
 
147 148
 	/**
148 149
 	 * Generate a return/notify url for off-site gateways (completePayment).
150
+	 * @param string $action
149 151
 	 * @return string endpoint url
150 152
 	 */
151 153
 	protected function getEndpointURL($action, $identifier) {
Please login to merge, or discard this patch.