Changeset 14784


Ignore:
Timestamp:
9 Aug 2017, 10:41:31 (7 years ago)
Author:
Henrik Bettermann
Message:

Set ip address whitelist in custom packages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/remita/webservices.py

    r14782 r14784  
    2525    """
    2626
     27    ACCEPTED_IP = ('127.0.0.1', '209.235.215.199', '162.13.211.91',
     28                   '162.13.211.92', '83.138.167.2', '79.242.193.121',
     29                   '197.253.4.114')
     30
    2731    # We temporarily use Remita test portal data
    2832    merchantId = '2547916'
Note: See TracChangeset for help on using the changeset viewer.