Ejemplo n.º 1
0
 public function setdeliveryprice()
 {
     Delivery::setDeliveryPrice($_POST['id'], $_POST['deliveryprice']);
 }