11 lines
468 B
PHP
Executable File
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 ],'');
|
|
?>
|