alpha_full/admin/extensions/formules/clesStripe/stripeFormulesIds.prod.php
2026-04-06 22:58:51 +02:00

14 lines
350 B
PHP
Executable File

<?php
$nomFicAppelant = basename(__FILE__);
// -----------------------------------------------------
// prestations graphisme
// -----------------------------------------------------
switch ($_SESSION['idFormule']) {
case 1:
// formule graphisme
$prdId='prod_Qjb7BjbgjVVnSG';
$priceId='price_1Ps7v4GPrFXOX5m09kTV0k9P';
break;
}
?>