Skip to content

Commit d7622c2

Browse files
committed
Add access code to Kit
1 parent a1b61b4 commit d7622c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/commands/user/bootcamp/subscribe_to_onboarding_emails.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ def add_subscriber!
3030
"price": bootcamp_data.price,
3131
"has_discount": bootcamp_data.has_discount?,
3232
"discount_percentage": bootcamp_data.discount_percentage,
33-
"user_id": bootcamp_data.user_id
33+
"user_id": bootcamp_data.user_id,
34+
"access_code": bootcamp_data.access_code
3435
}
3536
},
3637
HEADERS

0 commit comments

Comments
 (0)