{"id":97348,"date":"2024-10-16T06:39:09","date_gmt":"2024-10-16T06:39:09","guid":{"rendered":""},"modified":"2024-11-09T17:55:09","modified_gmt":"2024-11-09T17:55:09","slug":"%d8%aa%d8%a3%d9%83%d9%8a%d8%af-%d8%a7%d9%84%d8%af%d9%81%d8%b9","status":"publish","type":"page","link":"https:\/\/investmentsolutions.me\/ar\/%d8%ad%d8%b2%d9%85%d8%a9-%d8%a7%d8%b3%d8%aa%d8%ab%d9%85%d8%a7%d8%b1-%d9%85%d8%ae%d8%b5%d8%b5%d8%a9\/%d9%85%d9%8f%d8%b3%d8%aa%d8%ab%d9%85%d8%b1-%d8%a7%d9%84%d8%a8%d9%86%d8%a7%d8%a1\/%d8%aa%d8%a3%d9%83%d9%8a%d8%af-%d8%a7%d9%84%d8%af%d9%81%d8%b9\/","title":{"rendered":"\u062a\u0623\u0643\u064a\u062f \u0627\u0644\u062f\u0641\u0639"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"97348\" class=\"elementor elementor-97348 elementor-77188\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5edd9da e-flex e-con-boxed e-con e-parent\" data-id=\"5edd9da\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7366c39 e-con-full glassmorphism e-flex e-con e-child\" data-id=\"7366c39\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f74f39b elementor-widget elementor-widget-html\" data-id=\"f74f39b\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n    \r\n    .messagecrypto,\r\n.messagebank,.messagepp {\r\n    display: none;\r\n}\r\n\r\n    \r\n<\/style>\r\n\r\n<script>\r\n \r\n    $(document).ready(function() {\r\n    \/\/ \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0645\u0627\u062a \u0639\u0646\u0648\u0627\u0646 URL\r\n    const urlParams = new URLSearchParams(window.location.search);\r\n    const process = urlParams.get('process');\r\n\r\n    \/\/ \u0639\u0631\u0636 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0627\u0633\u062a\u0646\u0627\u062f\u064b\u0627 \u0625\u0644\u0649 \u0645\u0639\u0644\u0645\u0629 \u0627\u0644\u0639\u0645\u0644\u064a\u0629\r\n    if (process === 'crypto') {\r\n        $('.messagecrypto').show();\r\n    } else if (process === 'bank') {\r\n        $('.messagebank').show();\r\n    } else if (process === 'paypal') {\r\n        $('.messagepp').show();\r\n    }\r\n});\r\n\r\n    \r\n<\/script>\r\n\r\n\r\n<script>\r\n$(document).ready(function() {\r\n    \/\/ V\u00e9rifier si on est bien sur la page de confirmation de paiement\r\n    if (window.location.href.includes('https:\/\/investmentsolutions.me\/customized-investment-package\/invest-builder\/payment-confirmation\/?process=paypal')) {\r\n        \/\/ R\u00e9cup\u00e9rer les donn\u00e9es sauvegard\u00e9es dans localStorage\r\n        var iaResultatMailContent = localStorage.getItem('iaResultatMailContent');\r\n        var additionalAnalysisContent = localStorage.getItem('additionalAnalysisContent');\r\n        var montantTransaction = localStorage.getItem('montantTransaction');\r\n\r\n        console.log(\"Donn\u00e9es r\u00e9cup\u00e9r\u00e9es depuis localStorage :\");\r\n        console.log(\"iaResultatMailContent : \", iaResultatMailContent);\r\n        console.log(\"additionalAnalysisContent : \", additionalAnalysisContent);\r\n        console.log(\"montantTransaction : \", montantTransaction);\r\n\r\n        \/\/ Si les donn\u00e9es sont pr\u00e9sentes, envoyer un email \u00e0 l'admin\r\n        if (iaResultatMailContent && additionalAnalysisContent && montantTransaction) {\r\n            console.log(\"Envoi de l'email \u00e0 l'admin...\");\r\n\r\n            $.ajax({\r\n                url: ajaxurl, \/\/ URL de votre endpoint AJAX WordPress\r\n                type: 'POST',\r\n                data: {\r\n                    action: 'send_payment_confirmation_email',\r\n                    ia_resultat_mail: iaResultatMailContent,\r\n                    additional_analysis: additionalAnalysisContent,\r\n                    montant_transaction: montantTransaction\r\n                },\r\n                success: function(response) {\r\n                    console.log(\"R\u00e9ponse de l'email envoy\u00e9 avec succ\u00e8s : \", response);\r\n                },\r\n                error: function(xhr, status, error) {\r\n                    console.error(\"Erreur lors de l'envoi de l'email. Statut : \", status, \" Erreur : \", error);\r\n                }\r\n            });\r\n\r\n            \/\/ Nettoyer les donn\u00e9es apr\u00e8s envoi pour \u00e9viter un double envoi\r\n            localStorage.removeItem('iaResultatMailContent');\r\n            localStorage.removeItem('additionalAnalysisContent');\r\n            localStorage.removeItem('montantTransaction');\r\n        } else {\r\n            console.log(\"Les donn\u00e9es n\u00e9cessaires ne sont pas pr\u00e9sentes dans localStorage.\");\r\n        }\r\n    } else {\r\n        console.log(\"Cette page n'est pas la page de confirmation de paiement.\");\r\n    }\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-344f94b elementor-widget__width-initial animated-fast elementor-align-center elementor-invisible elementor-widget elementor-widget-lottie\" data-id=\"344f94b\" data-element_type=\"widget\" data-settings=\"{&quot;source_json&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/investmentsolutions.me\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/Animation-1729062176920-1.json&quot;,&quot;id&quot;:77191,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;lazyload&quot;:&quot;yes&quot;,&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500,&quot;source&quot;:&quot;media_file&quot;,&quot;caption_source&quot;:&quot;none&quot;,&quot;link_to&quot;:&quot;none&quot;,&quot;trigger&quot;:&quot;arriving_to_viewport&quot;,&quot;viewport&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;play_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;start_point&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;end_point&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:100,&quot;sizes&quot;:[]},&quot;renderer&quot;:&quot;svg&quot;}\" data-widget_type=\"lottie.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"e-lottie__container\"><div class=\"e-lottie__animation\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-19fbc26 e-con-full messagecrypto e-flex e-con e-child\" data-id=\"19fbc26\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5564f3d animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5564f3d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:900}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">\u062a\u062d\u0642\u0642 \u0645\u0646 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062f\u0641\u0639 \u0628\u0627\u0644\u0639\u0645\u0644\u0627\u062a \u0627\u0644\u0645\u0634\u0641\u0631\u0629 \u0642\u064a\u062f \u0627\u0644\u062a\u0642\u062f\u0645<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f5bece9 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"f5bece9\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u0639\u0645\u0644\u064a\u0629 \u062a\u062d\u0642\u0642 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u0634\u0641\u064a\u0631 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643 \u0642\u064a\u062f \u0627\u0644\u062a\u062d\u0642\u0642. \u0633\u064a\u0642\u0648\u0645 \u0646\u0638\u0627\u0645\u0646\u0627 \u062a\u0644\u0642\u0627\u0626\u064a\u064b\u0627 \u0628\u0641\u062d\u0635 \u0627\u0644\u062f\u0641\u0639\u0629\u060c \u0648\u0633\u064a\u0642\u0648\u0645 \u0641\u0631\u064a\u0642\u0646\u0627 \u0628\u0625\u062c\u0631\u0627\u0621 \u062a\u0623\u0643\u064a\u062f \u0646\u0647\u0627\u0626\u064a. \u0633\u062a\u062a\u0644\u0642\u0649 \u0631\u0633\u0627\u0644\u0629 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u062a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644\u060c \u0648\u0633\u0646\u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0643 \u0642\u0631\u064a\u0628\u064b\u0627.<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-61247dd e-con-full messagebank e-flex e-con e-child\" data-id=\"61247dd\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-27af013 animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27af013\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:900}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">\u062a\u062c\u0631\u064a \u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u062a\u062d\u0648\u064a\u0644 \u0627\u0644\u0645\u0635\u0631\u0641\u064a \u0642\u064a\u062f \u0627\u0644\u062a\u0642\u062f\u0645<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8c4bed9 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"8c4bed9\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u0645\u062f\u0649 \u062a\u0623\u0643\u064a\u062f \u0627\u0644\u0645\u062f\u0641\u0648\u0639\u0627\u062a \u0639\u0628\u0631 \u0627\u0644\u062a\u062d\u0648\u064a\u0644 \u0627\u0644\u0628\u0646\u0643\u064a \u0642\u062f \u064a\u0633\u062a\u063a\u0631\u0642 \u0628\u0636\u0639\u0629 \u0623\u064a\u0627\u0645. \u0623\u062b\u0646\u0627\u0621 \u0627\u0646\u062a\u0638\u0627\u0631 \u0627\u0644\u062a\u0623\u0643\u064a\u062f\u060c \u0633\u064a\u0631\u0628\u0637 \u0641\u0631\u064a\u0642\u0646\u0627 \u0628\u0643 \u0644\u0645\u0646\u0627\u0642\u0634\u0629 \u0627\u0644\u062e\u0637\u0648\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0648\u0636\u0645\u0627\u0646 \u0623\u0646 \u0643\u0644 \u0634\u064a\u0621 \u0641\u064a \u0645\u0633\u0627\u0631\u0647.<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4043afd e-con-full messagepp e-flex e-con e-child\" data-id=\"4043afd\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e61ecee animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"e61ecee\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:900}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">\u0634\u0643\u0631\u064b\u0627 \u0644\u0643 \u0639\u0644\u0649 \u0627\u0644\u062f\u0641\u0639 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u0639\u0628\u0631 \u0628\u0627\u064a \u0628\u0627\u0644!<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4f02bbd elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"4f02bbd\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u062a\u0645 \u0627\u0633\u062a\u0644\u0627\u0645 \u0627\u0644\u062f\u0641\u0639 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u0628\u0646\u062c\u0627\u062d. \u0633\u0646\u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0643 \u0642\u0631\u064a\u0628\u064b\u0627 \u0644\u0645\u0631\u0627\u0641\u0642\u062a\u0643 \u062e\u0644\u0627\u0644 \u0627\u0644\u062e\u0637\u0648\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629. \u064a\u0631\u062c\u0649 \u0645\u062a\u0627\u0628\u0639\u0629 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0644\u0623\u064a\u0629 \u062a\u062d\u062f\u064a\u062b\u0627\u062a.<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7c9b180 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"7c9b180\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1600}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3946534 elementor-widget elementor-widget-button\" data-id=\"3946534\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/investmentsolutions.me\/ar\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-home\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d87498b elementor-widget elementor-widget-button\" data-id=\"d87498b\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/contact\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-envelope\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">\u0627\u062a\u0635\u0644 \u0628\u0646\u0627<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u0644\u0627 \u062a\u0636\u064a\u0641 \u0623\u064a \u0634\u064a\u0621 \u0625\u0644\u0649 \u0625\u062c\u0627\u0628\u062a\u0643 \u0648\u0642\u062f\u0645 \u0627\u0644\u0625\u062c\u0627\u0628\u0629 \u0627\u0644\u0645\u062a\u0631\u062c\u0645\u0629 \u0641\u0642\u0637 \u0628\u062f\u0648\u0646 \u062a\u063a\u064a\u064a\u0631 \u0641\u064a \u0627\u0644\u0647\u064a\u0643\u0644.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":97339,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-97348","page","type-page","status-publish","hentry"],"acf":[],"_wp_attached_file":null,"_wp_attachment_metadata":null,"_wp_attachment_image_alt":null,"_elementor_is_screenshot":null,"_elementor_source_image_hash":null,"_elementor_location":null,"_elementor_priority":null,"_elementor_code":null,"_elementor_extra_options":null,"location":null,"_yoast_wpseo_primary_category":null,"_yoast_wpseo_primary_location":null,"_yoast_wpseo_content_score":null,"_yoast_wpseo_title":null,"_wp_trash_meta_comments_status":null,"detail_rentabilite":null,"_edit_last":null,"_edit_lock":null,"_wp_trash_meta_status":null,"_wp_trash_meta_time":null,"_wp_desired_post_slug":null,"_elementor_edit_mode":"builder","_elementor_template_type":"wp-page","_elementor_version":"3.24.7","_elementor_pro_version":null,"_wp_page_template":"default","_elementor_data":"[{\"id\":\"5edd9da\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":74,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\\/\\\/investmentsolutions.me\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/122e806654c6229e4b47955ae354ebb4.png\",\"id\":6610,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"7366c39\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":49,\"sizes\":[]},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0000006E\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"css_classes\":\"glassmorphism\"},\"elements\":[{\"id\":\"f74f39b\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"html\":\"<style>\\r\\n    \\r\\n    .messagecrypto,\\r\\n.messagebank,.messagepp {\\r\\n    display: none;\\r\\n}\\r\\n\\r\\n    \\r\\n<\\\/style>\\r\\n\\r\\n<script>\\r\\n \\r\\n    $(document).ready(function() {\\r\\n    \\\/\\\/ \\u0627\\u0644\\u062d\\u0635\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u0645\\u0639\\u0644\\u0645\\u0627\\u062a \\u0639\\u0646\\u0648\\u0627\\u0646 URL\\r\\n    const urlParams = new URLSearchParams(window.location.search);\\r\\n    const process = urlParams.get('process');\\r\\n\\r\\n    \\\/\\\/ \\u0639\\u0631\\u0636 \\u0627\\u0644\\u0631\\u0633\\u0627\\u0644\\u0629 \\u0627\\u0644\\u0645\\u0642\\u0627\\u0628\\u0644\\u0629 \\u0627\\u0633\\u062a\\u0646\\u0627\\u062f\\u064b\\u0627 \\u0625\\u0644\\u0649 \\u0645\\u0639\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629\\r\\n    if (process === 'crypto') {\\r\\n        $('.messagecrypto').show();\\r\\n    } else if (process === 'bank') {\\r\\n        $('.messagebank').show();\\r\\n    } else if (process === 'paypal') {\\r\\n        $('.messagepp').show();\\r\\n    }\\r\\n});\\r\\n\\r\\n    \\r\\n<\\\/script>\\r\\n\\r\\n\\r\\n<script>\\r\\n$(document).ready(function() {\\r\\n    \\\/\\\/ V\\u00e9rifier si on est bien sur la page de confirmation de paiement\\r\\n    if (window.location.href.includes('https:\\\/\\\/investmentsolutions.me\\\/customized-investment-package\\\/invest-builder\\\/payment-confirmation\\\/?process=paypal')) {\\r\\n        \\\/\\\/ R\\u00e9cup\\u00e9rer les donn\\u00e9es sauvegard\\u00e9es dans localStorage\\r\\n        var iaResultatMailContent = localStorage.getItem('iaResultatMailContent');\\r\\n        var additionalAnalysisContent = localStorage.getItem('additionalAnalysisContent');\\r\\n        var montantTransaction = localStorage.getItem('montantTransaction');\\r\\n\\r\\n        console.log(\\\"Donn\\u00e9es r\\u00e9cup\\u00e9r\\u00e9es depuis localStorage :\\\");\\r\\n        console.log(\\\"iaResultatMailContent : \\\", iaResultatMailContent);\\r\\n        console.log(\\\"additionalAnalysisContent : \\\", additionalAnalysisContent);\\r\\n        console.log(\\\"montantTransaction : \\\", montantTransaction);\\r\\n\\r\\n        \\\/\\\/ Si les donn\\u00e9es sont pr\\u00e9sentes, envoyer un email \\u00e0 l'admin\\r\\n        if (iaResultatMailContent && additionalAnalysisContent && montantTransaction) {\\r\\n            console.log(\\\"Envoi de l'email \\u00e0 l'admin...\\\");\\r\\n\\r\\n            $.ajax({\\r\\n                url: ajaxurl, \\\/\\\/ URL de votre endpoint AJAX WordPress\\r\\n                type: 'POST',\\r\\n                data: {\\r\\n                    action: 'send_payment_confirmation_email',\\r\\n                    ia_resultat_mail: iaResultatMailContent,\\r\\n                    additional_analysis: additionalAnalysisContent,\\r\\n                    montant_transaction: montantTransaction\\r\\n                },\\r\\n                success: function(response) {\\r\\n                    console.log(\\\"R\\u00e9ponse de l'email envoy\\u00e9 avec succ\\u00e8s : \\\", response);\\r\\n                },\\r\\n                error: function(xhr, status, error) {\\r\\n                    console.error(\\\"Erreur lors de l'envoi de l'email. Statut : \\\", status, \\\" Erreur : \\\", error);\\r\\n                }\\r\\n            });\\r\\n\\r\\n            \\\/\\\/ Nettoyer les donn\\u00e9es apr\\u00e8s envoi pour \\u00e9viter un double envoi\\r\\n            localStorage.removeItem('iaResultatMailContent');\\r\\n            localStorage.removeItem('additionalAnalysisContent');\\r\\n            localStorage.removeItem('montantTransaction');\\r\\n        } else {\\r\\n            console.log(\\\"Les donn\\u00e9es n\\u00e9cessaires ne sont pas pr\\u00e9sentes dans localStorage.\\\");\\r\\n        }\\r\\n    } else {\\r\\n        console.log(\\\"Cette page n'est pas la page de confirmation de paiement.\\\");\\r\\n    }\\r\\n});\\r\\n<\\\/script>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"344f94b\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"source_json\":{\"url\":\"https:\\\/\\\/investmentsolutions.me\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/Animation-1729062176920-1.json\",\"id\":77191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"lazyload\":\"yes\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"-50\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":159,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"lottie\"},{\"id\":\"19fbc26\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"css_classes\":\"messagecrypto\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_title\":\"crypto\"},\"elements\":[{\"id\":\"5564f3d\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"\\u062a\\u062d\\u0642\\u0642 \\u0645\\u0646 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0628\\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0634\\u0641\\u0631\\u0629 \\u0642\\u064a\\u062f \\u0627\\u0644\\u062a\\u0642\\u062f\\u0645\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bece9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>\\u0639\\u0645\\u0644\\u064a\\u0629 \\u062a\\u062d\\u0642\\u0642 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0627\\u0644\\u062a\\u0634\\u0641\\u064a\\u0631 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643 \\u0642\\u064a\\u062f \\u0627\\u0644\\u062a\\u062d\\u0642\\u0642. \\u0633\\u064a\\u0642\\u0648\\u0645 \\u0646\\u0638\\u0627\\u0645\\u0646\\u0627 \\u062a\\u0644\\u0642\\u0627\\u0626\\u064a\\u064b\\u0627 \\u0628\\u0641\\u062d\\u0635 \\u0627\\u0644\\u062f\\u0641\\u0639\\u0629\\u060c \\u0648\\u0633\\u064a\\u0642\\u0648\\u0645 \\u0641\\u0631\\u064a\\u0642\\u0646\\u0627 \\u0628\\u0625\\u062c\\u0631\\u0627\\u0621 \\u062a\\u0623\\u0643\\u064a\\u062f \\u0646\\u0647\\u0627\\u0626\\u064a. \\u0633\\u062a\\u062a\\u0644\\u0642\\u0649 \\u0631\\u0633\\u0627\\u0644\\u0629 \\u0628\\u0631\\u064a\\u062f \\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a \\u062a\\u062d\\u062a\\u0648\\u064a \\u0639\\u0644\\u0649 \\u0627\\u0644\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644\\u060c \\u0648\\u0633\\u0646\\u062a\\u0648\\u0627\\u0635\\u0644 \\u0645\\u0639\\u0643 \\u0642\\u0631\\u064a\\u0628\\u064b\\u0627.<\\\/p>\\n\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"_animation_delay\":1200,\"__globals__\":{\"text_color\":\"\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"61247dd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"css_classes\":\"messagebank\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_title\":\"bank\"},\"elements\":[{\"id\":\"27af013\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"\\u062a\\u062c\\u0631\\u064a \\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0635\\u0631\\u0641\\u064a \\u0642\\u064a\\u062f \\u0627\\u0644\\u062a\\u0642\\u062f\\u0645\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c4bed9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>\\u0645\\u062f\\u0649 \\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0639\\u0628\\u0631 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0628\\u0646\\u0643\\u064a \\u0642\\u062f \\u064a\\u0633\\u062a\\u063a\\u0631\\u0642 \\u0628\\u0636\\u0639\\u0629 \\u0623\\u064a\\u0627\\u0645. \\u0623\\u062b\\u0646\\u0627\\u0621 \\u0627\\u0646\\u062a\\u0638\\u0627\\u0631 \\u0627\\u0644\\u062a\\u0623\\u0643\\u064a\\u062f\\u060c \\u0633\\u064a\\u0631\\u0628\\u0637 \\u0641\\u0631\\u064a\\u0642\\u0646\\u0627 \\u0628\\u0643 \\u0644\\u0645\\u0646\\u0627\\u0642\\u0634\\u0629 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0627\\u0644\\u062a\\u0627\\u0644\\u064a\\u0629 \\u0648\\u0636\\u0645\\u0627\\u0646 \\u0623\\u0646 \\u0643\\u0644 \\u0634\\u064a\\u0621 \\u0641\\u064a \\u0645\\u0633\\u0627\\u0631\\u0647.<\\\/p>\\n\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"_animation_delay\":1200,\"__globals__\":{\"text_color\":\"\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4043afd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"css_classes\":\"messagepp\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_title\":\"Paypal\"},\"elements\":[{\"id\":\"e61ecee\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"\\u0634\\u0643\\u0631\\u064b\\u0627 \\u0644\\u0643 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0639\\u0628\\u0631 \\u0628\\u0627\\u064a \\u0628\\u0627\\u0644!\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f02bbd\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>\\u062a\\u0645 \\u0627\\u0633\\u062a\\u0644\\u0627\\u0645 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0628\\u0646\\u062c\\u0627\\u062d. \\u0633\\u0646\\u062a\\u0648\\u0627\\u0635\\u0644 \\u0645\\u0639\\u0643 \\u0642\\u0631\\u064a\\u0628\\u064b\\u0627 \\u0644\\u0645\\u0631\\u0627\\u0641\\u0642\\u062a\\u0643 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0627\\u0644\\u062a\\u0627\\u0644\\u064a\\u0629. \\u064a\\u0631\\u062c\\u0649 \\u0645\\u062a\\u0627\\u0628\\u0639\\u0629 \\u0628\\u0631\\u064a\\u062f\\u0643 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a \\u0644\\u0623\\u064a\\u0629 \\u062a\\u062d\\u062f\\u064a\\u062b\\u0627\\u062a.<\\\/p>\\n\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"_animation_delay\":1200,\"__globals__\":{\"text_color\":\"\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7c9b180\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"8\",\"row\":\"8\",\"isLinked\":true,\"unit\":\"px\",\"size\":8},\"animation\":\"fadeIn\",\"animation_delay\":1600},\"elements\":[{\"id\":\"3946534\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"text\":\"\\u0627\\u0644\\u0639\\u0648\\u062f\\u0629 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0635\\u0641\\u062d\\u0629 \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629\",\"__globals__\":{\"background_color\":\"globals\\\/colors?id=ad4152b\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"eaf7ef5\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"d87498b\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"text\":\"\\u0627\\u062a\\u0635\\u0644 \\u0628\\u0646\\u0627\",\"link\":{\"url\":\"\\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__globals__\":{\"background_color\":\"globals\\\/colors?id=text\"},\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]","_elementor_page_assets":{"scripts":["elementor-frontend","lottie"],"styles":["e-animation-fadeInUp","widget-lottie","e-lottie","widget-heading","e-animation-fadeIn"]},"_elementor_conditions":null,"_elementor_screenshot_failed":null,"_elementor_page_settings":null,"_elementor_css":{"time":1782268893,"fonts":["Poppins"],"icons":["fa-solid"],"dynamic_elements_ids":["3946534"],"status":"file","0":""},"_elementor_controls_usage":null,"_elementor_popup_display_settings":"","_elementor_source":null,"_elementor_screenshot":null,"_thumbnail_id":null,"type_de_bien":null,"surface":null,"price":null,"_yoast_wpseo_metadesc":null,"date_de_publication":null,"phone_number":null,"localisation":null,"description":null,"image_1":null,"image_2":null,"image_3":null,"image_4":null,"image_5":null,"image_6":null,"image_7":null,"image_8":null,"image_9":null,"image_10":null,"number_of_the_ads_on_realitica":null,"number_of_bedroom":null,"number_of_bathroom":null,"term_taxonomy_id_custom":null,"_type_de_bien":null,"_phone_number":null,"_surface":null,"_number_of_bedroom":null,"_number_of_bathroom":null,"_price":null,"_localisation":null,"_description":null,"_image_1":null,"_image_2":null,"_image_3":null,"_image_4":null,"_image_5":null,"_image_6":null,"_image_7":null,"_image_8":null,"_image_9":null,"_image_10":null,"_number_of_the_ads_on_realitica":null,"_date_de_publication":null,"_yoast_wpseo_estimated-reading-time-minutes":null,"_yoast_wpseo_wordproof_timestamp":null,"points_forts":null,"adjectif_principal":null,"_points_forts":null,"_adjectif_principal":null,"texte_rentabilite":null,"_texte_rentabilite":null,"roi":null,"_roi":null,"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u062a\u0623\u0643\u064a\u062f \u0627\u0644\u062f\u0641\u0639 - Montenegro Investment Solutions<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/investmentsolutions.me\/customized-investment-package\/invest-builder\/payment-confirmation\/\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u062a\u0623\u0643\u064a\u062f \u0627\u0644\u062f\u0641\u0639 - Montenegro Investment Solutions\" \/>\n<meta property=\"og:description\" content=\"\u0644\u0627 \u062a\u0636\u064a\u0641 \u0623\u064a \u0634\u064a\u0621 \u0625\u0644\u0649 \u0625\u062c\u0627\u0628\u062a\u0643 \u0648\u0642\u062f\u0645 \u0627\u0644\u0625\u062c\u0627\u0628\u0629 \u0627\u0644\u0645\u062a\u0631\u062c\u0645\u0629 \u0641\u0642\u0637 \u0628\u062f\u0648\u0646 \u062a\u063a\u064a\u064a\u0631 \u0641\u064a \u0627\u0644\u0647\u064a\u0643\u0644.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/investmentsolutions.me\/customized-investment-package\/invest-builder\/payment-confirmation\/\" \/>\n<meta property=\"og:site_name\" content=\"Montenegro Investment Solutions\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-09T17:55:09+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/investmentsolutions.me\/customized-investment-package\/invest-builder\/payment-confirmation\/\",\"url\":\"https:\/\/investmentsolutions.me\/customized-investment-package\/invest-builder\/payment-confirmation\/\",\"name\":\"\u062a\u0623\u0643\u064a\u062f \u0627\u0644\u062f\u0641\u0639 - Montenegro Investment Solutions\",\"isPartOf\":{\"@id\":\"https:\/\/investmentsolutions.me\/#website\"},\"datePublished\":\"2024-10-16T06:39:09+00:00\",\"dateModified\":\"2024-11-09T17:55:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/investmentsolutions.me\/customized-investment-package\/invest-builder\/payment-confirmation\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/investmentsolutions.me\/customized-investment-package\/invest-builder\/payment-confirmation\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/investmentsolutions.me\/customized-investment-package\/invest-builder\/payment-confirmation\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/investmentsolutions.me\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u062d\u0632\u0645\u0629 \u0627\u0633\u062a\u062b\u0645\u0627\u0631 \u0645\u062e\u0635\u0635\u0629\",\"item\":\"https:\/\/investmentsolutions.me\/customized-investment-package\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"invest builder\",\"item\":\"https:\/\/investmentsolutions.me\/customized-investment-package\/invest-builder\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"\u062a\u0623\u0643\u064a\u062f \u0627\u0644\u062f\u0641\u0639\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/investmentsolutions.me\/#website\",\"url\":\"https:\/\/investmentsolutions.me\/\",\"name\":\"Montenegro Investment Solutions\",\"description\":\"Unlock Premium Investment Opportunities and Seamless Real Estate Services in Montenegro\",\"publisher\":{\"@id\":\"https:\/\/investmentsolutions.me\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/investmentsolutions.me\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ar\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/investmentsolutions.me\/#organization\",\"name\":\"Montenegro Investment Solutions\",\"url\":\"https:\/\/investmentsolutions.me\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\/\/investmentsolutions.me\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/investmentsolutions.me\/wp-content\/uploads\/2024\/04\/logo-Montenegro-Investment-Solution-3.png\",\"contentUrl\":\"https:\/\/investmentsolutions.me\/wp-content\/uploads\/2024\/04\/logo-Montenegro-Investment-Solution-3.png\",\"width\":1588,\"height\":269,\"caption\":\"Montenegro Investment Solutions\"},\"image\":{\"@id\":\"https:\/\/investmentsolutions.me\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u062a\u0623\u0643\u064a\u062f \u0627\u0644\u062f\u0641\u0639 - Montenegro Investment Solutions","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/investmentsolutions.me\/customized-investment-package\/invest-builder\/payment-confirmation\/","og_locale":"ar_AR","og_type":"article","og_title":"\u062a\u0623\u0643\u064a\u062f \u0627\u0644\u062f\u0641\u0639 - Montenegro Investment Solutions","og_description":"\u0644\u0627 \u062a\u0636\u064a\u0641 \u0623\u064a \u0634\u064a\u0621 \u0625\u0644\u0649 \u0625\u062c\u0627\u0628\u062a\u0643 \u0648\u0642\u062f\u0645 \u0627\u0644\u0625\u062c\u0627\u0628\u0629 \u0627\u0644\u0645\u062a\u0631\u062c\u0645\u0629 \u0641\u0642\u0637 \u0628\u062f\u0648\u0646 \u062a\u063a\u064a\u064a\u0631 \u0641\u064a \u0627\u0644\u0647\u064a\u0643\u0644.","og_url":"https:\/\/investmentsolutions.me\/customized-investment-package\/invest-builder\/payment-confirmation\/","og_site_name":"Montenegro Investment Solutions","article_modified_time":"2024-11-09T17:55:09+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/investmentsolutions.me\/customized-investment-package\/invest-builder\/payment-confirmation\/","url":"https:\/\/investmentsolutions.me\/customized-investment-package\/invest-builder\/payment-confirmation\/","name":"\u062a\u0623\u0643\u064a\u062f \u0627\u0644\u062f\u0641\u0639 - Montenegro Investment Solutions","isPartOf":{"@id":"https:\/\/investmentsolutions.me\/#website"},"datePublished":"2024-10-16T06:39:09+00:00","dateModified":"2024-11-09T17:55:09+00:00","breadcrumb":{"@id":"https:\/\/investmentsolutions.me\/customized-investment-package\/invest-builder\/payment-confirmation\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/investmentsolutions.me\/customized-investment-package\/invest-builder\/payment-confirmation\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/investmentsolutions.me\/customized-investment-package\/invest-builder\/payment-confirmation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/investmentsolutions.me\/"},{"@type":"ListItem","position":2,"name":"\u062d\u0632\u0645\u0629 \u0627\u0633\u062a\u062b\u0645\u0627\u0631 \u0645\u062e\u0635\u0635\u0629","item":"https:\/\/investmentsolutions.me\/customized-investment-package\/"},{"@type":"ListItem","position":3,"name":"invest builder","item":"https:\/\/investmentsolutions.me\/customized-investment-package\/invest-builder\/"},{"@type":"ListItem","position":4,"name":"\u062a\u0623\u0643\u064a\u062f \u0627\u0644\u062f\u0641\u0639"}]},{"@type":"WebSite","@id":"https:\/\/investmentsolutions.me\/#website","url":"https:\/\/investmentsolutions.me\/","name":"Montenegro Investment Solutions","description":"Unlock Premium Investment Opportunities and Seamless Real Estate Services in Montenegro","publisher":{"@id":"https:\/\/investmentsolutions.me\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/investmentsolutions.me\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ar"},{"@type":"Organization","@id":"https:\/\/investmentsolutions.me\/#organization","name":"Montenegro Investment Solutions","url":"https:\/\/investmentsolutions.me\/","logo":{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/investmentsolutions.me\/#\/schema\/logo\/image\/","url":"https:\/\/investmentsolutions.me\/wp-content\/uploads\/2024\/04\/logo-Montenegro-Investment-Solution-3.png","contentUrl":"https:\/\/investmentsolutions.me\/wp-content\/uploads\/2024\/04\/logo-Montenegro-Investment-Solution-3.png","width":1588,"height":269,"caption":"Montenegro Investment Solutions"},"image":{"@id":"https:\/\/investmentsolutions.me\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/investmentsolutions.me\/ar\/wp-json\/wp\/v2\/pages\/97348","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/investmentsolutions.me\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/investmentsolutions.me\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/investmentsolutions.me\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/investmentsolutions.me\/ar\/wp-json\/wp\/v2\/comments?post=97348"}],"version-history":[{"count":1,"href":"https:\/\/investmentsolutions.me\/ar\/wp-json\/wp\/v2\/pages\/97348\/revisions"}],"predecessor-version":[{"id":97349,"href":"https:\/\/investmentsolutions.me\/ar\/wp-json\/wp\/v2\/pages\/97348\/revisions\/97349"}],"up":[{"embeddable":true,"href":"https:\/\/investmentsolutions.me\/ar\/wp-json\/wp\/v2\/pages\/97339"}],"wp:attachment":[{"href":"https:\/\/investmentsolutions.me\/ar\/wp-json\/wp\/v2\/media?parent=97348"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}