From 46bde60de314ebff4b87e38cd7e232ed4ea2c43c Mon Sep 17 00:00:00 2001 From: kcppdevelopers Date: Thu, 17 Mar 2016 11:24:17 +0530 Subject: [PATCH] remove UserSelectedOptions, ref #87 --- classes/wc-gateway-paypal-express-angelleye.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/wc-gateway-paypal-express-angelleye.php b/classes/wc-gateway-paypal-express-angelleye.php index 383b494a0..a00a6b423 100644 --- a/classes/wc-gateway-paypal-express-angelleye.php +++ b/classes/wc-gateway-paypal-express-angelleye.php @@ -1883,7 +1883,7 @@ function ConfirmPayment($FinalPaymentAmt) { $PayPalRequestData = array( 'DECPFields' => $DECPFields, 'Payments' => $Payments, - 'UserSelectedOptions' => $UserSelectedOptions + //'UserSelectedOptions' => $UserSelectedOptions ); // Pass data into class for processing with PayPal and load the response array into $PayPalResult