Set the invoice "source" metadata field to "filebazaar"

This commit is contained in:
Nadav Ivgi 2018-03-12 03:30:35 +02:00
parent 9e81ee327a
commit dd29bce103
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ module.exports = (base, default_price, invoice_ttl, files_attr) => {
, currency: file.price.currency
, amount: file.price.amount
, expiry: invoice_ttl
, metadata: { path: file.path }
, metadata: { source: 'filebazaar', path: file.path }
})
return { load, invoice }