Skip to content

Commit 6798da6

Browse files
committed
add example
1 parent 02a1819 commit 6798da6

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

examples/config.php

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)