Changeset 12735 for main/waeup.ikoba


Ignore:
Timestamp:
11 Mar 2015, 20:03:51 (10 years ago)
Author:
uli
Message:

Disable warning (to display later in workflow).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/branches/uli-payments/src/waeup/ikoba/customers/browser.py

    r12734 r12735  
    15161516
    15171517    @action(_('Select payment method (final submission)'),
    1518             style='primary', warning=WARNING_CON,)
     1518            style='primary')
    15191519    def confirm(self, **data):
    15201520        if self.gw is None:
     
    15271527                return
    15281528            payer = IPayer(self.context)
    1529 
    15301529            payable = IPayable(self.context)
    15311530            payment = service.create_payment(payer, payable)
Note: See TracChangeset for help on using the changeset viewer.