Ignore:
Timestamp:
9 May 2012, 10:03:37 (12 years ago)
Author:
Henrik Bettermann
Message:

Do not strip paswords.

Allow approval of eTranzact acceptance fee payments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/Widgets.py

    r7961 r8391  
    6969        err = 0
    7070        try:
    71             v = str(value).strip()
     71            v = str(value)     #.strip()
    7272        except ValueError:
    7373            err = 'cpsschemas_err_string'
Note: See TracChangeset for help on using the changeset viewer.