Firstly, your credit card number and other personal information are encrypted using Secure Sockets Layer (SSL) and so is protected from theft.
DoTravel does not store your credit card information on its server. Instead, you are protected by one of the best online payment systems available today. All our transactions are processed via Stripe which has been audited by a PCI Qualified Security Assessor (QSA) and is a certified PCI Level 1 Service Provider (the highest level of certification a system can obtain in the payments industry).
| # | Time | Query |
|---|---|---|
| 1 | 2.79 ms | SELECT url, namespace, method, content_redirection FROM `redirect` WHERE status = 1 |
| 2 | 8.55 ms | INSERT INTO `log_customer` ( `id` , `id_customer` , `log` , `date` ) VALUES( NULL , NULL ,... |
| 3 | 0.71 ms | SELECT * FROM `languages` WHERE TRUE AND `short` = 'en' |
| 4 | 1.26 ms | SELECT f.*, m.id_language, m.question, m.answer FROM `faq_questions` AS f INNER JOIN `faq_question_meta` AS m on f.id = m.id_faq_question WHERE TRUE AND f.`id` = 20 AND m.`id_language` = 1 ORDER BY `id` desc LIMIT 0 , 30 |
| 5 | 1.22 ms | SELECT f.*, m.id_language, m.title FROM `faq_topics` AS f INNER JOIN `faq_topic_meta` AS m on f.id = m.id_faq_topic WHERE TRUE AND f.`id` = 3 AND f.`type` = '1' AND m.`id_language` = 1 ORDER BY `id` desc LIMIT 0 , 30 |
| 6 | 2.93 ms | SELECT f.*, m.id_language, m.title FROM `faq_topics` AS f INNER JOIN `faq_topic_meta` AS m on f.id = m.id_faq_topic WHERE TRUE AND f.`type` = '1' AND m.`id_language` = 1 ORDER BY `show_order` ASC LIMIT 0 , 30 |