summaryrefslogtreecommitdiff
path: root/docs/integration-merchant.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/integration-merchant.rst')
-rw-r--r--docs/integration-merchant.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/integration-merchant.rst b/docs/integration-merchant.rst
index 7cf93044..53187503 100644
--- a/docs/integration-merchant.rst
+++ b/docs/integration-merchant.rst
@@ -245,8 +245,8 @@ parameters to the wallet, which will:
if 200 == response.status_code:
# Here we pick the article name from the state defined at
# fulfillment time.
- # deposit_permission['H_contract'] is the contract hashcode
- payed_article = session[deposit_permission['H_contract']]['article_name']
+ # deposit_permission['h_proposal_data'] is the contract hashcode
+ payed_article = session[deposit_permission['h_proposal_data']]['article_name']
session['payed_articles'].append(payed_article)