We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a1819 commit 6798da6Copy full SHA for 6798da6
examples/config.php
@@ -0,0 +1,30 @@
1
+<?php
2
+
3
+return [
4
5
+ /**
6
+ * Integration mode
7
+ */
8
+ 'mode' => 'development',
9
10
11
+ * Merchant code
12
13
+ 'merchant_code' => 'T0000',
14
15
16
+ * Api Key
17
18
+ 'api_key' => 'd1cf2f*********c458ed3',
19
20
21
+ * Private Key
22
23
+ 'private_key' => 'd1cf2f*********c458ed3',
24
25
26
+ * Additional Guzzle options
27
28
+ 'guzzle_options' => []
29
30
+];
0 commit comments