Skip to content

Commit

Permalink
Add convertloop event params
Browse files Browse the repository at this point in the history
Gender param was requested by Mitic
  • Loading branch information
anayib committed May 16, 2024
1 parent 690351f commit 0524870
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/pages_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ def create_mitic_applicant
mobile: mitic_applicant_params[:mobile],
document_type: mitic_applicant_params[:document_type],
document_number: mitic_applicant_params[:document_number],
gender: mitic_applicant_params[:gender],
resubscribe: true
},
metadata: {
Expand Down

0 comments on commit 0524870

Please sign in to comment.