def __init__(self): PaymentPlatform.__init__(self) self.wepay = WePay( production=settings.FRUCTUS_KEYS.WEPAY_PRODUCTION, store_token=False )
def __init__(self): PaymentPlatform.__init__(self) self.configure(None, None, None)