We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7622c2 commit c2805f1Copy full SHA for c2805f1
app/commands/user/bootcamp/subscribe_to_onboarding_emails.rb
@@ -30,7 +30,7 @@ def add_subscriber!
30
"price": bootcamp_data.price,
31
"has_discount": bootcamp_data.has_discount?,
32
"discount_percentage": bootcamp_data.discount_percentage,
33
- "user_id": bootcamp_data.user_id,
+ "user_id": bootcamp_data.user_id || 0,
34
"access_code": bootcamp_data.access_code
35
}
36
},
0 commit comments