Skip to content

Commit

Permalink
refactor(analytics): rename the analytics enrollment events
Browse files Browse the repository at this point in the history
  • Loading branch information
lalver1 committed Sep 20, 2024
1 parent bcaebe8 commit a8b8e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benefits/enrollment/templates/enrollment/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1 class="pb-lg-8 pb-4">
{% endcomment %}
{% translate "Please wait..." as loading_text %}
<script nonce="{{ request.csp_nonce }}">
var startedEvent = "started payment connection", closedEvent = "closed payment connection";
var startedEvent = "started card tokenization", closedEvent = "ended card tokenization";

$.ajax({ dataType: "script", attrs: { nonce: "{{ request.csp_nonce }}"}, url: "{{ card_tokenize_url }}" })
.done(function() {
Expand Down

0 comments on commit a8b8e9b

Please sign in to comment.