Exemplo n.º 1
0
 def __init__(self, date=None):
     BaseEPayMod.__init__(self)
     self._title = "skipjack"
     self._url = "https://vpos.skipjack.com/ezPay/order.asp"
     self._description = ""#"Skipjack Registration"
     self._testMode = ""#"100"
     self._textCallBackSuccess = ""
     self._textCallBackCancelled = ""
Exemplo n.º 2
0
 def __init__(self, date=None):
     BaseEPayMod.__init__(self)
     self._title = "worldpay"
     self._url = "https://select.worldpay.com/wcc/purchase"
     self._instId = ""#"70950"
     self._description = ""#"EuroPython Registration"
     self._testMode = ""#"100"
     self._textCallBackSuccess = ""
     self._textCallBackCancelled = ""
Exemplo n.º 3
0
 def __init__(self, date=None):
     BaseEPayMod.__init__(self)
     self._title = "worldpay"
     self._url = "https://select.worldpay.com/wcc/purchase"
     self._instId = ""#"70950"
     self._description = ""#"EuroPython Registration"
     self._testMode = ""#"100"
     self._textCallBackSuccess = ""
     self._textCallBackCancelled = ""
Exemplo n.º 4
0
    def __init__(self, data=None):
        BaseEPayMod.__init__(self)
        self._title = "paypal"

        self._url="https://www.paypal.com/cgi-bin/webscr"
        self._business= ""

        if data is not None:
            setValue(data)
Exemplo n.º 5
0
    def __init__(self, data=None):
        BaseEPayMod.__init__(self)
        self._title = "paypal"

        self._url = "https://www.paypal.com/cgi-bin/webscr"
        self._business = ""

        if data is not None:
            setValue(data)
Exemplo n.º 6
0
    def __init__(self, data=None):
        BaseEPayMod.__init__(self)
        self._title = "YellowPay"

        self._url="https://yellowpay.postfinance.ch/checkout/Yellowpay.aspx?userctrl=Invisible"
        self._shopID= ""
        self._masterShopID  = ""
        self._hashSeed = ""
        if data is not None:
            setValue(data)
Exemplo n.º 7
0
    def __init__(self, data=None):
        BaseEPayMod.__init__(self)
        self._title = "eWay"

        if data is not None:
            setValue(data)