27 lines
935 B
PHP
Executable File
27 lines
935 B
PHP
Executable File
<?php
|
|
$nomFicAppelant = basename(__FILE__);
|
|
// -----------------------------------------------------
|
|
// Init
|
|
// -----------------------------------------------------
|
|
include ("../../../_include/headers.php");
|
|
$_SESSION['jeviensDeIndex']=3;
|
|
$_SESSION['jeviensDeAdminIndex']=2;
|
|
|
|
include ("./adminInclude//_modales/modale.init.php");
|
|
|
|
// -----------------------------------------------------
|
|
// Stripe API
|
|
// -----------------------------------------------------
|
|
require 'vendor/autoload.php';
|
|
include ("./prestas/clesStripe/stripePKSPresta.php");
|
|
|
|
// -----------------------------------------------------
|
|
// On appel l'API stripe
|
|
// -----------------------------------------------------
|
|
include ("./_stripe/stripeCancelSubscription.php");
|
|
|
|
// -----------------------------------------------------
|
|
// On mets à jour la base
|
|
// -----------------------------------------------------
|
|
include ("reqCancelPresta.php");
|
|
?>
|