Ignore:
Timestamp:
20 Mar 2012, 14:37:35 (13 years ago)
Author:
Henrik Bettermann
Message:

All fees must be float not int.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.custom/trunk/src/waeup/custom/interswitch/tests.py

    r7926 r7928  
    5959                           self.browser.contents)
    6060        self.assertMatches(
    61             '...<input type="hidden" name="amount" value="4000000" />...',
     61            '...<input type="hidden" name="amount" value="4000000.0" />...',
    6262            self.browser.contents)
    6363
Note: See TracChangeset for help on using the changeset viewer.