Skip to content

Commit

Permalink
remove UserSelectedOptions, ref #87
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Mar 17, 2016
1 parent 211713a commit 46bde60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/wc-gateway-paypal-express-angelleye.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46bde60

Please sign in to comment.