aboutsummaryrefslogtreecommitdiff
path: root/tests/test_payments.py
blob: b73d7f791341a4f8af55e8f8be1c0401cd5338b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env python3
from tests import print_json


def test_payments(exchange, bank, merchant, wallet):
    merchant.create_instance()
    pay_uri = merchant.gen_pay_uri("TESTKUDOS:2")

    # TODO fix
    # result = wallet.cmd("preparePay", {"talerPayUri": pay_uri})
    # print_json(result)