@@ -192,7 +192,6 @@ discard block |
||
| 192 | 192 | /** |
| 193 | 193 | * Get a gateway based on the current request object. |
| 194 | 194 | * |
| 195 | - * @param WC_Payment_Gateway $gateway Payment gateway object. |
|
| 196 | 195 | * @return WP_REST_Response|null |
| 197 | 196 | */ |
| 198 | 197 | public function get_gateway( $request ) { |
@@ -247,6 +246,7 @@ discard block |
||
| 247 | 246 | |
| 248 | 247 | /** |
| 249 | 248 | * Return settings associated with this payment gateway. |
| 249 | + * @param WC_Payment_Gateway $gateway |
|
| 250 | 250 | */ |
| 251 | 251 | public function get_settings( $gateway ) { |
| 252 | 252 | $settings = array(); |