Changeset 472552
- Timestamp:
- 12/08/2011 06:48:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
easy-paypal-custom-fields/trunk/easy-paypal-custom-fields.php
r472131 r472552 1006 1006 $needAddress = ( $this->my_post_meta['require_address'] == true ) ? 2 : 1; 1007 1007 1008 $button .= '<input type="hidden" name="no_shipping" value="' . $needAddress -'">1008 $button .= '<input type="hidden" name="no_shipping" value="' . $needAddress . '"> 1009 1009 <input type="hidden" name="rm" value="2" />'; 1010 1010
Note: See TracChangeset
for help on using the changeset viewer.