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

13 lines
336 B
PHP
Executable File

<?php
$nomFicAppelant = basename(__FILE__);
// -----------------------------------------------------
// prestations grapisme
// -----------------------------------------------------
switch ($_SESSION['idFormule']) {
case 1:
// graph
$prdId='prod_Qjb7NGtbYW1LHK';
$priceId='price_1RJAZmGPrFXOX5m0VyL6dRCY';
break;
}
?>