ReserveStockException::getErrorCode()
Returns the error code.
Description Description
Return Return
(string)
Source Source
File: src/Checkout/Helpers/ReserveStockException.php
public function getErrorCode() {
return $this->error_code;
}
Returns the error code.
(string)
File: src/Checkout/Helpers/ReserveStockException.php
public function getErrorCode() {
return $this->error_code;
}