alpha_full/admin/adminInclude/psk/psk.pp.test.php
2026-04-06 22:58:51 +02:00

11 lines
468 B
PHP
Executable File

<?php
$nomFicAppelant = basename(__FILE__);
// -----------------------------------------------------
// This is your real test secret API key.
// -----------------------------------------------------
$customer_id ='42710';
$privateSecretPayPlug ='sk_test_6UHiKJpNvMQkQW3C5Hrott';
$pubSecretPayPlug ='pk_test_1wRM3S5ViaV9SVFpgxqzNK';
if (isset($debug[1]) && $debug[1] == '1' ) $debugMsg .= monDebug (1,['privateSecretPayPlug' => $privateSecretPayPlug ],'');
?>