Braintree\MerchantAccountGateway::_doCreate PHP Метод

_doCreate() публичный Метод

public _doCreate ( $subPath, $params )
    public function _doCreate($subPath, $params)
    {
        $fullPath = $this->_config->merchantPath() . $subPath;
        $response = $this->_http->post($fullPath, $params);
        return $this->_verifyGatewayResponse($response);
    }