public function payOffline()
 {
     $this->session->set('paymentMethod', $this->request->get('id'));
     $this->beforePayment();
     return parent::payOffline();
 }
 public function payOffline()
 {
     $this->beforePayment();
     return parent::payOffline();
 }