Completed
Pull Request — master (#11544)
by Claudio
07:11
created
includes/gateways/paypal/includes/class-wc-gateway-paypal-api-handler.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 	 * See https://developer.paypal.com/docs/classic/api/merchant/DoCapture_API_Operation_NVP/.
28 28
 	 * @param  WC_Order $order
29 29
 	 * @param  float    $amount
30
-	 * @param  string   $reason
31 30
 	 * @return array
32 31
 	 */
33 32
 	public static function get_capture_request( $order, $amount = null ) {
Please login to merge, or discard this patch.