Skip to content
Snippets Groups Projects
Unverified Commit 53adc395 authored by emma-green's avatar emma-green Committed by GitHub
Browse files

Merge pull request #19053 from edx/emma-green/bundle-discount-adding-type-and-title

rev-bundle-discount
parents 4132eb3f fcc1b554
No related branches found
No related tags found
No related merge requests found
......@@ -156,6 +156,9 @@ class ChooseModeView(View):
'program_marketing_site_url': program_data.get('marketing_url'),
'program_bundle_url': ecommerce_service.get_checkout_page_url(*skus),
'discount_data': program_data.get('discount_data'),
'program_type': program_data.get('type'),
'program_title': program_data.get('title'),
'program_price': program_data.get('full_program_price'),
}
context = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment