Ignore:
Timestamp:
31 Oct 2019, 15:09:01 (5 years ago)
Author:
Henrik Bettermann
Message:

Store company very early.

Location:
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/interswitch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/interswitch/browser.py

    r15702 r15727  
    341341        self.student = student
    342342        self.xmldict = xmldict
     343        self.context.r_company = u'interswitch'
    343344        return
    344345
     
    389390            self.context.creation_date, tz).strftime("%Y-%m-%d %H:%M:%S %Z")
    390391        self.site_redirect_url = self.url(self.context, 'request_webservice')
     392        self.context.r_company = u'interswitch'
    391393        return
    392394
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/interswitch/helpers.py

    r14245 r15727  
    179179    payment.r_card_num = jr['CardNumber']
    180180    payment.r_pay_reference = jr['PaymentReference']
    181     payment.r_company = u'interswitch'
     181    #payment.r_company = u'interswitch'
    182182    if payment.r_code != '00':
    183183        msg = _('Unsuccessful callback: ${a}', mapping = {'a': payment.r_desc})
Note: See TracChangeset for help on using the changeset viewer.