Commit 4d0960ef by Vedran Karacic Committed by Vedran Karačić

Fix checkout button analytics attribute.

parent 1ba6143a
......@@ -198,7 +198,7 @@
data-track-category="checkout"
data-processor-name="{{ client_side_payment_processor_name }}"
data-course-id="{{ course_key }}"
data-checkout-type="client_side">
data-track-checkout-type="client_side">
{% trans "Place Order" %}
</button>
{% endif %}
......
......@@ -154,7 +154,7 @@
data-track-category="checkout"
data-processor-name="{{ processor.NAME|lower }}"
data-course-id="{{ course_key }}"
data-checkout-type="hosted"
data-track-checkout-type="hosted"
class="btn payment-button"
id="{{ processor.NAME|lower }}">
{% if processor.NAME == 'cybersource' %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment