Skip to content
This repository was archived by the owner on Mar 15, 2018. It is now read-only.

Commit 50fc390

Browse files
author
Andy McKay
committed
remove pre-approval url
1 parent 320ae58 commit 50fc390

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

mkt/site/helpers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ def product_as_dict(request, product, purchased=None, receipt_type=None,
127127
'categories': [unicode(cat.name) for cat in
128128
product.categories.all()],
129129
'manifest_url': product.get_manifest_url(reviewer),
130-
'preapprovalUrl': reverse('detail.purchase.preapproval',
131-
args=[product.app_slug]),
132130
'recordUrl': urlparams(url, src=src),
133131
'author': author,
134132
'author_url': author_url,

0 commit comments

Comments
 (0)