Pas de update mp.conf'; } } // ----------------------------------------------------- // Select // ----------------------------------------------------- include ("mp.reqSelect.conf.php"); // ----------------------------------------------------- // Debug // ----------------------------------------------------- if (isset($debug[1]) && $debug[1] == '1') {include ("mp.debug.php"); } // ----------------------------------------------------- // Formulaire // ----------------------------------------------------- echo '
'; // ----------------------------------------------------- // Champs cachés // ----------------------------------------------------- echo ''; echo ''; echo '
'; // ----------------------------------------------------- // Zone aide // echo '
'; echo ''; echo ''; // echo '
'; // back office paypal if ($theIdPaie==4) { echo ''; echo 'Créer un compte PayPal    '; echo ''; echo 'Accès au compte PayPal  '; echo ''; echo 'Documentation technique
'; } // mango pay if ($theIdPaie==5) { // Pour memoire si market place : filtrer catalogue dans Back office sur mail vendeur ( table produit ), chaque vendeur ne voit que ses produits ? // Pour memoire si market place : fait par mangopay : chaque vendeur doit avoir un rib / adresse differente // Pour memoire si market place : chaque vendeur doit avoir les infos vendeur : reputation, site de reference...., nouvelle table a créer // Pour memoire si market place : chaque vendeur doit avoir un compte admin ou un vendeur acces admin full et les autres restreints ?? echo ''; echo ' '; echo 'Créer un compte MANGOPAY (toDo)    '; echo ''; echo ''; echo ' '; echo 'Accès au compte MANGOPAY
'; echo '
'; echo ''; echo ' '; echo 'Créer un revendeur (toDo)'; echo ''; } // Stripe if ($theIdPaie==6) { echo ''; echo ' '; echo 'Créer un compte Stripe    '; echo ''; echo ''; echo ' '; echo 'Accès à votre compte Stripe  '; echo ''; echo ''; echo ' '; echo 'Documentation technique
'; echo '
'; } // payPlug if ($theIdPaie==7) { echo ''; echo ' '; echo 'Créer un compte payPlug '; echo ''; echo ''; echo ' '; echo 'Accès au compte payPlug'; echo ''; } // Lyra if ($theIdPaie==8) { echo ''; echo ''; echo 'Créer un compte Lyra '; echo ''; } // ----------------------------------------------------- // Type compte : inutile ca alourdit // ----------------------------------------------------- echo ''; // ----------------------------------------------------- // Environnement test ou prod si pas cheque, pas virement bancaire // ----------------------------------------------------- if ($theIdPaie!=2 && $theIdPaie!=3) { echo 'Environnement:
'; if ($theEnv=='En Test') { echo ''; echo ''; echo '
'; echo ''; } else { echo ''; echo ''; echo '
'; echo ''; } echo '
'; } // ----------------------------------------------------- // Identifiant/clé ( libellé jamais modifié ici mais en base ) // ----------------------------------------------------- if ($_SESSION['isDemo']==1) $enable='disabled'; else $enable='-'; if ($theIdPaie==4 || $theIdPaie==7) { echo '' .$theLibIdCompte. ' : '; echo ''; echo ''; } // ----------------------------------------------------- // ----------------------------------------------------- // API URL TEST // ----------------------------------------------------- // ----------------------------------------------------- // ----------------------------------------------------- if ($theIdPaie==5) { echo 'URL API TEST (sand box) : '; echo ''; echo ''; } // ----------------------------------------------------- // clé priv Test ( libellé jamais modifié ici mais en base ) // ----------------------------------------------------- // que pour stripe - paypal - payPlug // ----------------------------------------------------- if ($theIdPaie==4 || $theIdPaie==6 || $theIdPaie==7) { echo ''; echo '' .$theLibClePriveTest. ' :'; echo ''; echo ''; } // ----------------------------------------------------- // clé pub Test ( libellé jamais modifié ici mais en base ) // ----------------------------------------------------- // que pour stripe - paypal - payPlug // ----------------------------------------------------- if ($theIdPaie==4 || $theIdPaie==6 || $theIdPaie==7) { echo '' .$theLibelleClePubTest. ' : '; echo ''; echo ''; } // ----------------------------------------------------- // ----------------------------------------------------- // API URL PROD // ----------------------------------------------------- // ----------------------------------------------------- // ----------------------------------------------------- if ($theIdPaie==5) { echo 'URL API PRODUCTION : '; echo ''; echo ''; } // ----------------------------------------------------- // clé private Prod ( libellé jamais modifié ici mais en base ) // que pour paypal - stripe - payPlug // ----------------------------------------------------- if ($theIdPaie==4 || $theIdPaie==6 || $theIdPaie==7) { echo '' .$theLibelleClePriveProd. ' :'; echo ''; echo ''; } // ----------------------------------------------------- // clé pub Prod ( libellé jamais modifié ici mais en base ) // ----------------------------------------------------- // que pour stripe // ----------------------------------------------------- if ($theIdPaie==4 || $theIdPaie==6 || $theIdPaie==7) { echo '' .$theLibelleClePublicProd. ' :'; echo ''; echo ''; } // ----------------------------------------------------- // Retour // ----------------------------------------------------- echo '          '; echo ''; echo '  '; echo '  '; echo 'Retour'; echo '
'; echo '
'; echo '
'; echo '
'; } else { $confPath="../../_conf"; include ("./adminInclude/redirectionAdmin.php"); } ?>