protected function addInstallment($qty)
    {

        $installmentAmount = $this->getGrandTotal() / $qty;
        $interest = false;