Ignore:
Timestamp:
23 Dec 2022, 17:19:33 (21 months ago)
Author:
uli
Message:

Sketches of paypal :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/branches/uli-paypal/src/kofacustom/nigeria/payments/interfaces.py

    r16232 r17239  
    8080            (_('Etranzact'), 'etranzact'),
    8181            (_('Remita'), 'remita'),
     82            (_('Paypal'), 'paypal'),
    8283            (_('Scratch Card'), 'sc'),
    8384            (_('Manifest'), 'manifest'),
     
    8586            (_('unknown'), 'unknown'),
    8687            )
     88        )
     89
     90    r_payment_link = schema.TextLine(
     91        title = _(u'Response Payment Authorization Link'),
     92        default = None,
     93        required = False,
     94        readonly = False,
    8795        )
    8896
Note: See TracChangeset for help on using the changeset viewer.