Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD committed Nov 8, 2024
1 parent 4f2efcc commit c868951
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/controllers/bootcamp_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def start_enrolling

unless @bootcamp_data.enrolled? # rubocop:disable Style/GuardClause
@bootcamp_data.started_enrolling_at = Time.current
@bootcamp_data.package = @package
@bootcamp_data.package = @package if @package
@bootcamp_data.save!
end
end
Expand Down
4 changes: 2 additions & 2 deletions config/bootcamp.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"29.99",
"19.99",
"https://buy.stripe.com/cN24hkfkf4250MweV0",
null,
"https://buy.stripe.com/aEU6psgoj4258eY6ot",
"price_1QD0HKEoOT0Jqx0UpCpCccOe",
"price_1QD0HKEoOT0Jqx0UpCpCccOe"
],
"LB": [
Expand Down Expand Up @@ -308,7 +309,6 @@
"price_1QD0I2EoOT0Jqx0Um57Msci0",
"price_1QD0I3EoOT0Jqx0UKmipVpk2"
],
"RU": [null, "Здравствуйте"],
"TN": [
"Tunisia",
"مرحبا",
Expand Down

0 comments on commit c868951

Please sign in to comment.