-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsdk_config.ini
executable file
·35 lines (26 loc) · 993 Bytes
/
sdk_config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
;Account credentials from developer portal
[Account]
acct1.ClientId = AQTn0oECZOvhNc6Qfl0Ag375UnuFBVggV3vsOXASKFlXEP00fxa4HIez7hRmp2KhJydMRY9RAcnEnUiE
acct1.ClientSecret = EKnhdwO6q3jpWi4-URpc72vBvheZ1JGqi7r0jyhjzCAB1qviVJIEfWoOuiJGcf2Uv4oljn0Kt3PWcPkz
;Connection Information
[Http]
http.ConnectionTimeOut = 30
http.Retry = 1
;http.Proxy=http://[username:password]@hostname[:port][/path]
;Service Configuration
[Service]
service.EndPoint="https://api.sandbox.paypal.com"
; Uncomment this line for integrating with the live endpoint
; service.EndPoint="https://api.paypal.com"
;Logging Information
[Log]
log.LogEnabled=true
# When using a relative path, the log file is created
# relative to the .php file that is the entry point
# for this request. You can also provide an absolute
# path here
log.FileName=PayPal.log
# Logging level can be one of FINE, INFO, WARN or ERROR
# Logging is most verbose in the 'FINE' level and
# decreases as you proceed towards ERROR
log.LogLevel=FINE