You might have this code within an if block that's not being triggered. Try moving this block of code around. Right after
$discount = new ot_better_together();

do something like

echo "Hello world!";

to see if this block is being reached.