We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d73ea commit c03a162Copy full SHA for c03a162
example/index.php
@@ -5,7 +5,7 @@
5
use Mantoufan\model\TerminalType;
6
use Mantoufan\tool\IdTool;
7
require 'common.php';
8
-$config = include 'data/config.php';
+$config = include 'data/config.php'; // You can create or directly fill in the following values
9
$alipayGlobal = new Mantoufan\AliPayGlobal(array(
10
'client_id' => $config['client_id'],
11
'endpoint_area' => 'ASIA',
0 commit comments