Beispiel #1
0
    def __init__(self):
        PaymentPlatform.__init__(self)

        self.wepay = WePay(
            production=settings.FRUCTUS_KEYS.WEPAY_PRODUCTION,
            store_token=False
        )
Beispiel #2
0
    def __init__(self):
        PaymentPlatform.__init__(self)

        self.configure(None, None, None)