コード例 #1
0
ファイル: wepay.py プロジェクト: FructusCode/website
    def __init__(self):
        PaymentPlatform.__init__(self)

        self.wepay = WePay(
            production=settings.FRUCTUS_KEYS.WEPAY_PRODUCTION,
            store_token=False
        )
コード例 #2
0
ファイル: braintree.py プロジェクト: FructusCode/website
    def __init__(self):
        PaymentPlatform.__init__(self)

        self.configure(None, None, None)