This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <SMS> | |
| <operations> | |
| <operation>SEND</operation> | |
| </operations> | |
| <authentification> | |
| <username></username> | |
| <password></password> | |
| </authentification> | |
| <message> | |
| <sender></sender> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| * This file is part of the Hotels24.ua project. | |
| * | |
| * (c) Hotels24.ua 2007-2015 | |
| * | |
| * For the full copyright and license information, please view the LICENSE | |
| * file that was distributed with this source code. | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var flipNamesByTransaction = function(transactionId){ | |
| if(flipMailsAndReview == undefined){ | |
| throw "flipMailsAndReview must be loaded."; | |
| } | |
| var reviewCollection = db.getSiblingDB("hotels").getCollection("reviews"); | |
| var query = {transaction: transactionId}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| hotels24:PRIMARY> flipNamesByTransaction(405944) | |
| found 1 reviews for transaction. flipping | |
| ok. profile flipped. | |
| changed review client.name for transaction :405944 from "Кіндзерська" to "Леся" | |
| done | |
| hotels24:PRIMARY> flipNamesByTransaction(422927) | |
| found 1 reviews for transaction. flipping | |
| ok. profile flipped. | |
| changed review client.name for transaction :422927 from "Лопатюк" to "Кристина" | |
| done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| * This file is part of Hotels24.ua project (c) 2008-2014. | |
| * @author: lazycommit | |
| * @date: 11/29/13 | |
| * @time: 2:47 PM | |
| */ | |
| namespace Classes\v1\Hotels\Calendar; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * | |
| * Class BookingStatus | |
| * @package Types | |
| */ | |
| class BookingStatus extends AbstractType | |
| { | |
| const BOOKING_SUBMIT = 'bookingSubmit'; // Без фг. забронировано | |
| const NOT_CONFIRM_ORAL = 'notConfirmOral'; //// Без фг. забронировано | |
| const CANCEL_ORAL = 'cancelOral'; // Без фг. отменено / незаезд |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Cause | |
| com.atlassian.crowd.exception.runtime.OperationFailedException: The following URL does not specify a valid Crowd User Management REST service: http://10.1.10.4:8081/rest/usermanagement/1/authentication?username=matey | |
| at com.atlassian.crowd.embedded.core.CrowdServiceImpl.convertOperationFailedException(CrowdServiceImpl.java:855) | |
| caused by: com.atlassian.crowd.exception.InvalidCrowdServiceException: The following URL does not specify a valid Crowd User Management REST service: http://10.1.10.4:8081/rest/usermanagement/1/authentication?username=matey | |
| at com.atlassian.crowd.integration.rest.service.RestExecutor$MethodExecutor.executeCrowdServiceMethod(RestExecutor.java:423) | |
| Stack Trace:[hide] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * @see origin link http://pastebin.com/42p0u0DL | |
| */ | |
| require '../../vendor/autoload.php'; | |
| use Symfony\Component\HttpFoundation\Request; | |
| use Symfony\Component\HttpFoundation\Response; | |
| use Symfony\Component\HttpKernel\HttpKernelInterface; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openssl req -newkey rsa:4096 -nodes -sha256 -keyout certs/registry.ephrin.net.key -x509 -days 365 -out certs/registry.ephrin.net.crt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CUR_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" |