label = setting('check_payment_label'); $this->description = setting('check_payment_description'); $this->instructions = setting('check_payment_instructions'); } public function purchase(Order $order, Request $request) { return new NullResponse($order); } public function complete(Order $order) { return new NullResponse($order); } }