Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
ecommerce
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
ecommerce
Commits
1088a91c
Commit
1088a91c
authored
Mar 28, 2018
by
Adam Stankiewicz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
show verification banner wip
parent
0a4c40c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
ecommerce/extensions/checkout/views.py
+3
-6
No files found.
ecommerce/extensions/checkout/views.py
View file @
1088a91c
...
@@ -261,10 +261,7 @@ class ReceiptResponseView(ThankYouView):
...
@@ -261,10 +261,7 @@ class ReceiptResponseView(ThankYouView):
context
=
{}
context
=
{}
verification_url
=
original_context
.
get
(
'verification_url'
)
verification_url
=
original_context
.
get
(
'verification_url'
)
user_verified
=
original_context
.
get
(
'user_verified'
)
user_verified
=
original_context
.
get
(
'user_verified'
)
context
.
update
({
if
verification_url
and
not
user_verified
:
'show_verification_banner'
:
verification_url
and
not
user_verified
context
.
update
({
})
'show_verification_banner'
:
True
})
return
context
return
context
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment