width = $_POST['polkurier_width']; $package->height = $_POST['polkurier_height']; $package->depth = $_POST['polkurier_depth']; $package->weight = $_POST['polkurier_weight']; $package->count = $_POST['polkurier_count']; $package->nonstandard = isset($_POST['polkurier_nonstandard']); $package->type = $_POST['polkurier_type']; $api = $this->get_polkurier_api(); $data = $api->orderValuation($package); ?>