kapilt / getpaid

Automatically exported from code.google.com/p/getpaid
0 stars 0 forks source link

CheckoutAddress wrong docstring #272

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
class CheckoutAddress( BaseCheckoutForm ):
    """
    browser view for collecting credit card information and submitting it to
    a processor.
    """
rather something like

    """
    browser view for collecting addresses information and submitting it to
    a processor.
    """

Original issue reported on code.google.com by danielle...@gmail.com on 29 Jun 2009 at 6:13

GoogleCodeExporter commented 8 years ago

Original comment by cjj.ifpe...@gmail.com on 22 Feb 2010 at 3:13

GoogleCodeExporter commented 8 years ago
Committed revision 3340

Original comment by danielle...@gmail.com on 27 Feb 2010 at 8:10