Skip to content

Commit

Permalink
Express Checkout - No Shipping Bug, ref #571
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Mar 10, 2017
1 parent b3c323f commit d7fc62c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,11 @@ public function angelleye_paypal_for_woocommerce_needs_shipping($SECFields) {
$_no_shipping_required = get_post_meta($_product->id, '_no_shipping_required', true);
if( $_no_shipping_required == 'yes' ) {
$SECFields['noshipping'] = 1;
}
return $SECFields;
}
}
}
}
}
return $SECFields;
}
}

0 comments on commit d7fc62c

Please sign in to comment.