Ejemplo n.º 1
0
 public function payOffline()
 {
     $this->session->set('paymentMethod', $this->request->get('id'));
     $this->beforePayment();
     return parent::payOffline();
 }
Ejemplo n.º 2
0
 public function payOffline()
 {
     $this->beforePayment();
     return parent::payOffline();
 }