build this
This commit is contained in:
parent
bdeecc76c6
commit
f1992eaa78
|
|
@ -350,7 +350,6 @@ module JamRuby
|
||||||
0.00
|
0.00
|
||||||
end
|
end
|
||||||
|
|
||||||
if monthly_cost > 0
|
|
||||||
ltv = monthly_cost * 12
|
ltv = monthly_cost * 12
|
||||||
begin
|
begin
|
||||||
puts "Sending CAPI Subscribe event #{current_user.email}, #{monthly_cost}, #{ltv}"
|
puts "Sending CAPI Subscribe event #{current_user.email}, #{monthly_cost}, #{ltv}"
|
||||||
|
|
@ -358,7 +357,7 @@ module JamRuby
|
||||||
rescue => e
|
rescue => e
|
||||||
puts "Error sending CAPI Subscribe event #{current_user.email}, #{e.message}"
|
puts "Error sending CAPI Subscribe event #{current_user.email}, #{e.message}"
|
||||||
end
|
end
|
||||||
end
|
|
||||||
rescue => e
|
rescue => e
|
||||||
puts "Error sending CAPI Subscribe event #{current_user.email}, #{e.message}"
|
puts "Error sending CAPI Subscribe event #{current_user.email}, #{e.message}"
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue