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

_doUpdate() приватный Метод

private _doUpdate ( $subPath, $params )
    private function _doUpdate($subPath, $params)
    {
        $fullPath = $this->_config->merchantPath() . $subPath;
        $response = $this->_http->put($fullPath, $params);
        return $this->_verifyGatewayResponse($response);
    }