chore(paywall): minor updates

This commit is contained in:
Eneko Illarramendi
2020-04-21 23:47:21 +02:00
parent b1da103080
commit eb938c11a8
5 changed files with 40 additions and 9 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ def api_paywall_get_invoice(paywall_id):
try:
checking_id, payment_request = create_invoice(
wallet_id=paywall.wallet, amount=paywall.amount, memo=paywall.memo
wallet_id=paywall.wallet, amount=paywall.amount, memo=f"#paywall {paywall.memo}"
)
except Exception as e:
return jsonify({"message": str(e)}), Status.INTERNAL_SERVER_ERROR