alpha_full/admin/extensions/profils/cancelProfil.modale.php
2026-04-06 22:58:51 +02:00

20 lines
600 B
PHP
Executable File

<?php
$nomFicAppelant = basename(__FILE__);
// -----------------------------------------------------
// Init
//
require 'vendor/autoload.php';
$niveau=1;
include ("./profils/clesStripe/stripePKSProfil.php");
// -----------------------------------------------------
// On appel l'API stripe
// -----------------------------------------------------
include ("./_stripe/stripeCancelSubscription.php");
// -----------------------------------------------------
// On mets à jour la base
// -----------------------------------------------------
include ("reqcancelProfil.modale.php");
?>