more pep
This commit is contained in:
@@ -129,7 +129,7 @@ def create_invoice(rower, amount, braintreeid, dosend=True,
|
||||
if res.status_code not in [200, 201]: # pragma: no cover
|
||||
return 0
|
||||
|
||||
url = res.json()['url']
|
||||
# url = res.json()['url']
|
||||
id = res.json()['id']
|
||||
|
||||
urlpay = 'https://app.fakturoid.cz/api/v2/accounts/{slug}/invoices/{id}/fire.json?event=pay'.format(
|
||||
|
||||
Reference in New Issue
Block a user