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 = ""
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 = ""
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)
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)
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)
def __init__(self, data=None): BaseEPayMod.__init__(self) self._title = "eWay" if data is not None: setValue(data)