The invioce was just crashing on me on the catalog side.

If you're getting an error like

Fatal error: Using $this when not in object context in

You need to change these

$this->cc_card_number_less_middle_digits;

to

$order->cc_card_number_less_middle_digits

Included are files to change in root.

More...