Exemplo n.º 1
0
    def __init__(self):
        PaymentPlatform.__init__(self)

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

        self.configure(None, None, None)