Ignore:
Timestamp:
5 Nov 2019, 23:19:58 (5 years ago)
Author:
Henrik Bettermann
Message:

Prepare all payment gateway modules for net amount fee configuration. In the future, provider and gateway surcharges will be determined and added just before the data are being send to the gateways for the first time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students/payments.py

    r15730 r15755  
    6464            return None
    6565
    66     @property
    67     def net_amt(self):
    68         return self.amount_auth - self.provider_amt - self.gateway_amt
    69 
    7066NigeriaStudentOnlinePayment = attrs_to_fields(NigeriaStudentOnlinePayment,
    71     omit=['display_item', 'net_amt'])
     67    omit=['display_item',])
    7268
    7369class NigeriaStudentOnlinePaymentFactory(StudentOnlinePaymentFactory):
Note: See TracChangeset for help on using the changeset viewer.