Skip to content

Commit

Permalink
remove addressoverride param, ref #215
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Dec 26, 2015
1 parent c60d731 commit adfa360
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classes/wc-gateway-paypal-express-angelleye.php
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,6 @@ function CallSetExpressCheckout($paymentAmount, $returnURL, $cancelURL, $usePayP
*/
if (!empty($posted) && WC()->cart->needs_shipping()) {
$SECFields['addroverride'] = 1;
$SECFields['addressoverride'] = 1;
if (@$posted['ship_to_different_address']) {
$Payment['shiptoname'] = $posted['shipping_first_name'] . ' ' . $posted['shipping_last_name'];
$Payment['shiptostreet'] = $posted['shipping_address_1'];
Expand Down

0 comments on commit adfa360

Please sign in to comment.