Plugin Directory

Changeset 472552


Ignore:
Timestamp:
12/08/2011 06:48:34 PM (14 years ago)
Author:
theorboman
Message:

fixed typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • easy-paypal-custom-fields/trunk/easy-paypal-custom-fields.php

    r472131 r472552  
    10061006        $needAddress = ( $this->my_post_meta['require_address'] == true ) ? 2 : 1;
    10071007       
    1008         $button .= '<input type="hidden" name="no_shipping" value="' . $needAddress - '">
     1008        $button .= '<input type="hidden" name="no_shipping" value="' . $needAddress . '">
    10091009            <input type="hidden" name="rm" value="2" />';
    10101010       
Note: See TracChangeset for help on using the changeset viewer.