Abstract_REST_Endpoint::get_endpoint_path()
Source
File: src/Tickets/Commerce/Gateways/Contracts/Abstract_REST_Endpoint.php
public function get_endpoint_path() {
return $this->path;
}
File: src/Tickets/Commerce/Gateways/Contracts/Abstract_REST_Endpoint.php
public function get_endpoint_path() {
return $this->path;
}