mirror of https://gitlab.com/bashrc2/epicyon
Reciprocal
parent
830fb1288f
commit
8b56db72c0
|
@ -2124,7 +2124,7 @@ def vf_proposal_from_share(shared_item: {},
|
||||||
})
|
})
|
||||||
if shared_item['itemPrice'] and shared_item['itemCurrency']:
|
if shared_item['itemPrice'] and shared_item['itemCurrency']:
|
||||||
currency_url = _currency_to_wikidata(shared_item['itemCurrency'])
|
currency_url = _currency_to_wikidata(shared_item['itemCurrency'])
|
||||||
offer_item['publishes']['reciprocal'] = {
|
offer_item['reciprocal'] = {
|
||||||
"type": "Intent",
|
"type": "Intent",
|
||||||
"id": share_id + '#reciprocal',
|
"id": share_id + '#reciprocal',
|
||||||
"action": "transfer",
|
"action": "transfer",
|
||||||
|
|
Loading…
Reference in New Issue