ReserveStock::is_enabled()

Is stock reservation enabled?


Description Description


Return Return

(boolean)


Top ↑

Source Source

File: src/Checkout/Helpers/ReserveStock.php

	protected function is_enabled() {
		return $this->enabled;
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.