build this

This commit is contained in:
Seth Call 2026-01-22 22:36:22 -06:00
parent bdeecc76c6
commit f1992eaa78
1 changed files with 7 additions and 8 deletions

View File

@ -350,7 +350,6 @@ module JamRuby
0.00
end
if monthly_cost > 0
ltv = monthly_cost * 12
begin
puts "Sending CAPI Subscribe event #{current_user.email}, #{monthly_cost}, #{ltv}"
@ -358,7 +357,7 @@ module JamRuby
rescue => e
puts "Error sending CAPI Subscribe event #{current_user.email}, #{e.message}"
end
end
rescue => e
puts "Error sending CAPI Subscribe event #{current_user.email}, #{e.message}"
end