@@ -96,6 +96,7 @@ discard block |
||
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 |
||
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) { |